Symbol: Libroot
headers/private/libroot/locale/ICUCategoryData.h
19
namespace Libroot {
headers/private/libroot/locale/ICUCollateData.h
15
namespace Libroot {
headers/private/libroot/locale/ICUCtypeData.h
14
namespace Libroot {
headers/private/libroot/locale/ICULocaleBackend.h
25
namespace Libroot {
headers/private/libroot/locale/ICULocaleconvData.h
15
namespace Libroot {
headers/private/libroot/locale/ICUMessagesData.h
14
namespace Libroot {
headers/private/libroot/locale/ICUMonetaryData.h
16
namespace Libroot {
headers/private/libroot/locale/ICUNumericData.h
14
namespace Libroot {
headers/private/libroot/locale/ICUThreadLocalStorageValue.h
17
namespace Libroot {
headers/private/libroot/locale/ICUTimeConversion.h
18
namespace Libroot {
headers/private/libroot/locale/ICUTimeData.h
18
namespace Libroot {
headers/private/libroot/locale/LocaleBackend.h
20
namespace Libroot {
headers/private/libroot/locale/LocaleData.h
22
namespace Libroot {
src/system/libroot/posix/locale/LocaleBackend.cpp
76
pthread_once(&sBackendInitOnce, &BPrivate::Libroot::LoadBackend);
src/system/libroot/posix/locale/LocaleBackend.cpp
87
pthread_once(&sFunctionsInitOnce, &BPrivate::Libroot::LoadFunctions);
src/system/libroot/posix/locale/LocaleData.cpp
329
const unsigned short* __ctype_b = &BPrivate::Libroot::gPosixClassInfo[128];
src/system/libroot/posix/locale/LocaleData.cpp
330
const int* __ctype_tolower = &BPrivate::Libroot::gPosixToLowerMap[128];
src/system/libroot/posix/locale/LocaleData.cpp
331
const int* __ctype_toupper = &BPrivate::Libroot::gPosixToUpperMap[128];
src/system/libroot/posix/locale/LocaleInternal.h
15
namespace Libroot {
src/system/libroot/posix/locale/ctype_loc_thread.cpp
12
using BPrivate::Libroot::GetCurrentThreadLocale;
src/system/libroot/posix/locale/locale_t.cpp
18
using BPrivate::Libroot::gGlobalLocaleBackend;
src/system/libroot/posix/locale/locale_t.cpp
19
using BPrivate::Libroot::gGlobalLocaleDataBridge;
src/system/libroot/posix/locale/locale_t.cpp
20
using BPrivate::Libroot::GetCurrentLocaleInfo;
src/system/libroot/posix/locale/locale_t.cpp
21
using BPrivate::Libroot::GetLocalesFromEnvironment;
src/system/libroot/posix/locale/locale_t.cpp
22
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/locale_t.cpp
23
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/locale/locale_t.cpp
24
using BPrivate::Libroot::LocaleDataBridge;
src/system/libroot/posix/locale/localeconv.cpp
17
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/localeconv.cpp
18
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/localeconv.cpp
19
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/locale/localeconv.cpp
32
return &BPrivate::Libroot::gPosixLocaleConv;
src/system/libroot/posix/locale/localeconv.cpp
46
return &BPrivate::Libroot::gPosixLocaleConv;
src/system/libroot/posix/locale/nl_langinfo.cpp
13
using BPrivate::Libroot::gPosixLanginfo;
src/system/libroot/posix/locale/nl_langinfo.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/nl_langinfo.cpp
15
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/nl_langinfo.cpp
16
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/locale/setlocale.cpp
18
using BPrivate::Libroot::gGlobalLocaleBackend;
src/system/libroot/posix/locale/setlocale.cpp
19
using BPrivate::Libroot::GetLocalesFromEnvironment;
src/system/libroot/posix/locale/setlocale.cpp
20
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/wctype.cpp
16
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/wctype.cpp
17
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/wctype_l.cpp
18
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/wctype_l.cpp
19
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/locale/wctype_l.cpp
20
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/string/strcoll.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/string/strcoll.cpp
15
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/string/strcoll.cpp
16
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/string/strxfrm.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/string/strxfrm.cpp
15
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/string/strxfrm.cpp
16
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/time/localtime.cpp
20
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/time/localtime.cpp
21
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/mbrtowc.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/mbrtowc.cpp
24
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/mbsrtowcs.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/mbsrtowcs.cpp
24
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/wcrtomb.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcrtomb.cpp
24
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/wcscoll.cpp
11
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcscoll.cpp
12
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/wcscoll.cpp
13
using BPrivate::Libroot::LocaleBackendData;
src/system/libroot/posix/wchar/wcsrtombs.cpp
24
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcsrtombs.cpp
25
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/wcsxfrm.cpp
13
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcsxfrm.cpp
14
using BPrivate::Libroot::LocaleBackend;
src/system/libroot/posix/wchar/wcsxfrm.cpp
15
using BPrivate::Libroot::LocaleBackendData;