Home
last modified time | relevance | path

Searched refs:fullLoc (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java49 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestPaperSize() local
50 if(fullLoc.toString().indexOf("_BZ") >= 0 || fullLoc.toString().indexOf("_CA") >= 0 || in TestPaperSize()
51fullLoc.toString().indexOf("_CL") >= 0 || fullLoc.toString().indexOf("_CO") >= 0 || in TestPaperSize()
52fullLoc.toString().indexOf("_CR") >= 0 || fullLoc.toString().indexOf("_GT") >= 0 || in TestPaperSize()
53fullLoc.toString().indexOf("_MX") >= 0 || fullLoc.toString().indexOf("_NI") >= 0 || in TestPaperSize()
54fullLoc.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 || in TestPaperSize()
55fullLoc.toString().indexOf("_PR") >= 0 || fullLoc.toString().indexOf("_SV") >= 0 || in TestPaperSize()
56fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_VE") >= 0 ){ in TestPaperSize()
86 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestMeasurementSystem() local
87 …if(fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_MM") >= 0 || fullLoc.toS… in TestMeasurementSystem()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java53 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestPaperSize() local
54 if(fullLoc.toString().indexOf("_BZ") >= 0 || fullLoc.toString().indexOf("_CA") >= 0 || in TestPaperSize()
55fullLoc.toString().indexOf("_CL") >= 0 || fullLoc.toString().indexOf("_CO") >= 0 || in TestPaperSize()
56fullLoc.toString().indexOf("_CR") >= 0 || fullLoc.toString().indexOf("_GT") >= 0 || in TestPaperSize()
57fullLoc.toString().indexOf("_MX") >= 0 || fullLoc.toString().indexOf("_NI") >= 0 || in TestPaperSize()
58fullLoc.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 || in TestPaperSize()
59fullLoc.toString().indexOf("_PR") >= 0 || fullLoc.toString().indexOf("_SV") >= 0 || in TestPaperSize()
60fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_VE") >= 0 ){ in TestPaperSize()
90 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestMeasurementSystem() local
91 …if(fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_MM") >= 0 || fullLoc.toS… in TestMeasurementSystem()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1077 char fullLoc[ULOC_FULLNAME_CAPACITY]; in VerifyTranslation() local
1081 uloc_addLikelySubtags(currLoc, fullLoc, ULOC_FULLNAME_CAPACITY, &errorCode); in VerifyTranslation()
1088 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_MM")!=NULL || strstr(fullLoc, "_LR")!=NULL … in VerifyTranslation()
1092 } else if ( strstr(fullLoc, "_GB")!=NULL ) { in VerifyTranslation()
1106 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_BZ")!=NULL || strstr(fullLoc, "_CA")!=NULL … in VerifyTranslation()
1107 …strstr(fullLoc, "_CO")!=NULL || strstr(fullLoc, "_CR")!=NULL || strstr(fullLoc, "_GT")!=NULL || st… in VerifyTranslation()
1108 …strstr(fullLoc, "_NI")!=NULL || strstr(fullLoc, "_PA")!=NULL || strstr(fullLoc, "_PH")!=NULL || st… in VerifyTranslation()
1109 strstr(fullLoc, "_SV")!=NULL || strstr(fullLoc, "_VE")!=NULL ) { in VerifyTranslation()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java64 ULocale fullLoc = ULocale.addLikelySubtags(canonical); in getCalendarType() local
65 region = fullLoc.getCountry(); in getCalendarType()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarUtil.java66 ULocale fullLoc = ULocale.addLikelySubtags(canonical); in getCalendarType() local
67 region = fullLoc.getCountry(); in getCalendarType()
/external/icu/icu4c/source/i18n/
Dulocdata.c192 char fullLoc[ULOC_FULLNAME_CAPACITY]; in measurementTypeBundleForLocale() local
200 uloc_addLikelySubtags(localeID, fullLoc, ULOC_FULLNAME_CAPACITY, status); in measurementTypeBundleForLocale()
201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status); in measurementTypeBundleForLocale()
Dcalendar.cpp290 char fullLoc[256]; in getCalendarTypeForLocale() local
291 uloc_addLikelySubtags(locid, fullLoc, sizeof(fullLoc) - 1, &status); in getCalendarTypeForLocale()
292 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status); in getCalendarTypeForLocale()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java298 ULocale fullLoc = ULocale.addLikelySubtags(locale); in measurementTypeBundleForLocale() local
299 String region = fullLoc.getCountry(); in measurementTypeBundleForLocale()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleData.java281 ULocale fullLoc = ULocale.addLikelySubtags(locale); in measurementTypeBundleForLocale() local
282 String region = fullLoc.getCountry(); in measurementTypeBundleForLocale()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...