Home | History | Annotate | Download | only in objects

Lines Matching refs:new_locale

908   icu::Locale new_locale = icu::Locale::createCanonical(icu_locale.c_str());
909 const char* icu_script = new_locale.getScript();
915 const char* icu_language = new_locale.getLanguage();
916 const char* icu_country = new_locale.getCountry();