Searched refs:fullLoc (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDataTest.java | 53 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestPaperSize() local 54 if(fullLoc.toString().indexOf("_BZ") >= 0 || fullLoc.toString().indexOf("_CA") >= 0 || in TestPaperSize() 55 … fullLoc.toString().indexOf("_CL") >= 0 || fullLoc.toString().indexOf("_CO") >= 0 || in TestPaperSize() 56 … fullLoc.toString().indexOf("_CR") >= 0 || fullLoc.toString().indexOf("_GT") >= 0 || in TestPaperSize() 57 … fullLoc.toString().indexOf("_MX") >= 0 || fullLoc.toString().indexOf("_NI") >= 0 || in TestPaperSize() 58 … fullLoc.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 || in TestPaperSize() 59 … fullLoc.toString().indexOf("_PR") >= 0 || fullLoc.toString().indexOf("_SV") >= 0 || in TestPaperSize() 60 … fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_VE") >= 0 ){ in TestPaperSize() 91 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestMeasurementSystem() local 92 …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/ |
D | LocaleDataTest.java | 54 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestPaperSize() local 55 if(fullLoc.toString().indexOf("_BZ") >= 0 || fullLoc.toString().indexOf("_CA") >= 0 || in TestPaperSize() 56 … fullLoc.toString().indexOf("_CL") >= 0 || fullLoc.toString().indexOf("_CO") >= 0 || in TestPaperSize() 57 … fullLoc.toString().indexOf("_CR") >= 0 || fullLoc.toString().indexOf("_GT") >= 0 || in TestPaperSize() 58 … fullLoc.toString().indexOf("_MX") >= 0 || fullLoc.toString().indexOf("_NI") >= 0 || in TestPaperSize() 59 … fullLoc.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 || in TestPaperSize() 60 … fullLoc.toString().indexOf("_PR") >= 0 || fullLoc.toString().indexOf("_SV") >= 0 || in TestPaperSize() 61 … fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_VE") >= 0 ){ in TestPaperSize() 92 ULocale fullLoc = ULocale.addLikelySubtags(locale); in TestMeasurementSystem() local 93 …if(fullLoc.toString().indexOf("_US") >= 0 || fullLoc.toString().indexOf("_MM") >= 0 || fullLoc.toS… in TestMeasurementSystem() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1080 char fullLoc[ULOC_FULLNAME_CAPACITY]; in VerifyTranslation() local 1084 uloc_addLikelySubtags(currLoc, fullLoc, ULOC_FULLNAME_CAPACITY, &errorCode); in VerifyTranslation() 1091 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_MM")!=NULL || strstr(fullLoc, "_LR")!=NULL … in VerifyTranslation() 1095 } else if ( strstr(fullLoc, "_GB")!=NULL ) { in VerifyTranslation() 1109 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_BZ")!=NULL || strstr(fullLoc, "_CA")!=NULL … in VerifyTranslation() 1110 …strstr(fullLoc, "_CO")!=NULL || strstr(fullLoc, "_CR")!=NULL || strstr(fullLoc, "_GT")!=NULL || st… in VerifyTranslation() 1111 …strstr(fullLoc, "_NI")!=NULL || strstr(fullLoc, "_PA")!=NULL || strstr(fullLoc, "_PH")!=NULL || st… in VerifyTranslation() 1112 strstr(fullLoc, "_SV")!=NULL || strstr(fullLoc, "_VE")!=NULL ) { in VerifyTranslation()
|