/external/icu/icu4c/source/common/ |
loclikely.cpp | 18 * Code for likely and minimized locale subtags, separated out from other .cpp files 19 * that then do not depend on resource bundle code and likely-subtags data. 53 UResourceBundle* subtags = ures_openDirect(NULL, "likelySubtags", &tmpErr); local 55 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr); 75 ures_close(subtags); 438 * Parse the language, script, and region subtags from a tag string, and copy the 447 * If the length of any of the output subtags exceeds the capacity of the corresponding 449 * the error U_BUFFER_OVERFLOW_ERROR. It will not parse any more subtags once overflow 1134 * since trying with all three subtags would only yield the [all...] |
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
ConfigDescription.java | 101 String[] subtags = part.substring(2).toLowerCase().split("\\+", 0); local 102 if (subtags.length == 1) { 103 set_language(subtags[0]); 104 } else if (subtags.length == 2) { 105 set_language(subtags[0]); 108 switch (subtags[1].length()) { 111 set_region(subtags[1]); 114 if ('0' <= subtags[1].charAt(0) && subtags[1].charAt(0) <= '9') { 117 set_script(subtags[1]) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | 3107 List<String>subtags = tag.getVariants(); local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
ULocale.java | 2604 List<String>subtags = tag.getVariants(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | 3240 List<String>subtags = tag.getVariants(); local [all...] |
/external/cldr/tools/java/org/unicode/cldr/tool/ |
ShowLanguages.java | 957 Map<String, String> subtags = supplementalDataInfo.getLikelySubtags(); local [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |