Searched refs:ImplGetLocale (Results 1 – 1 of 1) sorted by relevance
45 static rtl::OUString ImplGetLocale(int category) in ImplGetLocale() function145 rtl::OUString ImplGetLocale(const char* pref) in ImplGetLocale() function201 rtl::OUString ImplGetLocale(LCID lcid) in ImplGetLocale() function245 return ImplGetLocale(LC_CTYPE); in getLocale()247 return ImplGetLocale("AppleLocale"); in getLocale()249 return ImplGetLocale( GetUserDefaultLCID() ); in getLocale()258 return ImplGetLocale(LC_MESSAGES); in getUILocale()260 return ImplGetLocale("AppleLanguages"); in getUILocale()262 return ImplGetLocale( MAKELCID(GetUserDefaultUILanguage(), SORT_DEFAULT) ); in getUILocale()272 return ImplGetLocale( GetSystemDefaultLCID() ); in getSystemLocale()
Completed in 18 milliseconds