HomeSort by relevance Sort by last modified time
    Searched refs:fullLocale (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
MappingFileProvider.java 176 StringBuilder fullLocale = constructFullLocale(language, script, region);
177 String fullLocaleStr = fullLocale.toString();
218 StringBuilder fullLocale = new StringBuilder(language);
219 appendSubsequentLocalePart(script, fullLocale);
220 appendSubsequentLocalePart(region, fullLocale);
221 return fullLocale;
224 private void appendSubsequentLocalePart(String subsequentLocalePart, StringBuilder fullLocale) {
226 fullLocale.append('_').append(subsequentLocalePart);
  /external/icu4c/common/
listformatter.cpp 244 CharString fullLocale;
245 fullLocale.append(localeString, localePortionLen, errorCode).append(extStart, errorCode);
250 out = Locale(fullLocale.data());

Completed in 64 milliseconds