Searched refs:LC_LAST (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dsetlocale.cpp28 if (category < 0 || category > LC_LAST)
41 const char* locales[LC_LAST + 1];
42 for (int lc = 0; lc <= LC_LAST; lc++)
54 for (int lc = 0; lc <= LC_LAST; lc++) {
66 for (int lc = 0; lc <= LC_LAST; lc++) {
H A DLocaleInternal.cpp24 if (category > LC_LAST) {
43 STATIC_ASSERT(B_COUNT_OF(categoryNames) == LC_LAST + 1);
49 to = LC_LAST;
H A Dlocale_t.cpp80 for (int lc = 1; lc <= LC_LAST; ++lc) {
129 const char* locales[LC_LAST + 1];
130 for (int lc = 0; lc <= LC_LAST; lc++)
137 for (int lc = 1; lc <= LC_LAST; ++lc) {
146 for (int lc = 1; lc <= LC_LAST; ++lc) {
156 for (int lc = 0; lc <= LC_LAST; lc++) {
188 for (int lc = 0; lc <= LC_LAST; lc++) {
/haiku/headers/posix/
H A Dlocale.h50 #define LC_LAST LC_MESSAGES macro
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp86 for (int i = 1; i <= LC_LAST; ++i)

Completed in 37 milliseconds