Symbol: LC_LAST
src/system/libroot/posix/locale/LocaleInternal.cpp
30
if (category > LC_LAST)
src/system/libroot/posix/locale/LocaleInternal.cpp
48
STATIC_ASSERT(B_COUNT_OF(categoryNames) == LC_LAST + 1);
src/system/libroot/posix/locale/LocaleInternal.cpp
54
to = LC_LAST;
src/system/libroot/posix/locale/LocaleInternal.cpp
71
if (from == 1 && to == LC_LAST && !haveDifferentLocales) {
src/system/libroot/posix/locale/locale_t.cpp
129
const char* locales[LC_LAST + 1];
src/system/libroot/posix/locale/locale_t.cpp
130
for (int lc = 0; lc <= LC_LAST; lc++)
src/system/libroot/posix/locale/locale_t.cpp
137
for (int lc = 1; lc <= LC_LAST; ++lc) {
src/system/libroot/posix/locale/locale_t.cpp
146
for (int lc = 1; lc <= LC_LAST; ++lc) {
src/system/libroot/posix/locale/locale_t.cpp
156
for (int lc = 0; lc <= LC_LAST; lc++) {
src/system/libroot/posix/locale/locale_t.cpp
188
for (int lc = 0; lc <= LC_LAST; lc++) {
src/system/libroot/posix/locale/locale_t.cpp
80
for (int lc = 1; lc <= LC_LAST; ++lc) {
src/system/libroot/posix/locale/setlocale.cpp
28
if (category < 0 || category > LC_LAST)
src/system/libroot/posix/locale/setlocale.cpp
36
const char* locales[LC_LAST + 1];
src/system/libroot/posix/locale/setlocale.cpp
37
for (int lc = 0; lc <= LC_LAST; lc++)
src/system/libroot/posix/locale/setlocale.cpp
49
for (int lc = 0; lc <= LC_LAST; lc++) {
src/system/libroot/posix/locale/setlocale.cpp
61
for (int lc = 0; lc <= LC_LAST; lc++) {
src/tests/system/libroot/posix/locale_test.cpp
86
for (int i = 1; i <= LC_LAST; ++i)