Home
last modified time | relevance | path

Searched refs:fullLoc (Results 1 – 7 of 7) 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/icu4c/source/test/cintltst/
Dcldrtest.c1073 char fullLoc[ULOC_FULLNAME_CAPACITY]; in VerifyTranslation() local
1077 uloc_addLikelySubtags(currLoc, fullLoc, ULOC_FULLNAME_CAPACITY, &errorCode); in VerifyTranslation()
1084 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_MM")!=NULL || strstr(fullLoc, "_LR")!=NULL … in VerifyTranslation()
1088 } else if ( strstr(fullLoc, "_GB")!=NULL ) { in VerifyTranslation()
1102 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_BZ")!=NULL || strstr(fullLoc, "_CA")!=NULL … in VerifyTranslation()
1103 …strstr(fullLoc, "_CO")!=NULL || strstr(fullLoc, "_CR")!=NULL || strstr(fullLoc, "_GT")!=NULL || st… in VerifyTranslation()
1104 …strstr(fullLoc, "_NI")!=NULL || strstr(fullLoc, "_PA")!=NULL || strstr(fullLoc, "_PH")!=NULL || st… in VerifyTranslation()
1105 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/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.java293 ULocale fullLoc = ULocale.addLikelySubtags(locale); in measurementTypeBundleForLocale() local
294 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 ...