Searched refs:GetCurrentThreadLocale (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp112 return GetCurrentThreadLocale()->threadLocaleInfo;
119 GetCurrentThreadLocale()->threadLocaleInfo = newLocale;
125 LocaleBackendData* info = GetCurrentThreadLocale()->threadLocaleInfo;
H A DThreadLocale.cpp30 GetCurrentThreadLocale() function in namespace:BPrivate::Libroot
48 return &GetCurrentThreadLocale()->glibcLocaleStruct;
55 return &GetCurrentThreadLocale()->glibcLocaleStruct.__ctype_b;
62 return &GetCurrentThreadLocale()->glibcLocaleStruct.__ctype_tolower;
69 return &GetCurrentThreadLocale()->glibcLocaleStruct.__ctype_toupper;
/haiku/headers/private/libroot/locale/
H A DThreadLocale.h53 ThreadLocale* GetCurrentThreadLocale();

Completed in 42 milliseconds