Searched refs:EN_US_LOCALE (Results 1 – 1 of 1) sorted by relevance
183 const LocaleSet_t EN_US_LOCALE( ::std::make_pair( ::std::wstring( L"en" ), ::std::wstring( L"US" )… variable197 … isValidLocale(locale) ? ::std::make_pair(locale.substr( 0,2), locale.substr( 3,2)) : EN_US_LOCALE; in getDefaultLocale()200 return EN_US_LOCALE; in getDefaultLocale()
Completed in 9 milliseconds