HomeSort by relevance Sort by last modified time
    Searched full:normalizedlocale (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc 34 struct NormalizedLocale {
39 const NormalizedLocale kNormalizedLocales[] = {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
MappingFileProvider.java 178 String normalizedLocale = LOCALE_NORMALIZATION_MAP.get(fullLocaleStr);
179 if (normalizedLocale != null) {
180 if (setOfLangs.contains(normalizedLocale)) {
181 return normalizedLocale;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm 46 String normalizedLocale = locale;
47 normalizedLocale.replace('-', '_');
48 size_t separatorPosition = normalizedLocale.find('_');
50 return normalizedLocale;
51 return normalizedLocale.left(separatorPosition);
  /packages/apps/ContactsCommon/libs/
geocoder-2.9.jar 

Completed in 344 milliseconds