Home
last modified time | relevance | path

Searched refs:XLC_LAST (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/locale/
H A Dxlocale_private.h57 XLC_LAST enumerator
60 _Static_assert(XLC_LAST - XLC_COLLATE == 6, "XLC values should be contiguous");
112 struct xlocale_component *components[XLC_LAST];
H A Dxlocale.c179 for (int type=0 ; type<XLC_LAST ; type++) { in destruct_locale()
274 for (type=0 ; type<XLC_LAST ; type++) { in newlocale()
321 for (type=0 ; type<XLC_LAST ; type++) { in duplocale()
355 if (type >= XLC_LAST) in querylocale()