Symbol: GetCurrentLocaleBackend
headers/private/libroot/locale/LocaleBackend.h
179
LocaleBackend* GetCurrentLocaleBackend();
src/system/libroot/posix/locale/localeconv.cpp
17
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/localeconv.cpp
27
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/locale/nl_langinfo.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/nl_langinfo.cpp
25
if (GetCurrentLocaleBackend() != NULL)
src/system/libroot/posix/locale/nl_langinfo.cpp
26
return const_cast<char*>(GetCurrentLocaleBackend()->GetLanginfo(item));
src/system/libroot/posix/locale/wctype.cpp
130
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/locale/wctype.cpp
148
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/locale/wctype.cpp
16
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/locale/wctype.cpp
166
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/locale/wctype.cpp
31
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/locale/wctype_l.cpp
18
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/string/strcoll.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/string/strcoll.cpp
22
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/string/strxfrm.cpp
14
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/string/strxfrm.cpp
22
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/time/localtime.cpp
111
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/time/localtime.cpp
138
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/time/localtime.cpp
167
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/time/localtime.cpp
20
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/time/localtime.cpp
46
if (GetCurrentLocaleBackend() == NULL && LocaleBackend::LoadBackend() != B_OK)
src/system/libroot/posix/time/localtime.cpp
52
GetCurrentLocaleBackend()->TZSet(timeZoneID, getenv("TZ"));
src/system/libroot/posix/time/localtime.cpp
75
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/mbrtowc.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/mbrtowc.cpp
40
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/mbsrtowcs.cpp
118
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/mbsrtowcs.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/mbsrtowcs.cpp
31
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/wcrtomb.cpp
23
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcrtomb.cpp
30
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/wcscoll.cpp
11
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcscoll.cpp
19
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/wcsrtombs.cpp
24
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcsrtombs.cpp
32
LocaleBackend* backend = GetCurrentLocaleBackend();
src/system/libroot/posix/wchar/wcsxfrm.cpp
13
using BPrivate::Libroot::GetCurrentLocaleBackend;
src/system/libroot/posix/wchar/wcsxfrm.cpp
21
LocaleBackend* backend = GetCurrentLocaleBackend();