OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullLoc
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java
59
ULocale
fullLoc
= ULocale.addLikelySubtags(locale);
60
if(
fullLoc
.toString().indexOf("_BZ") >= 0 ||
fullLoc
.toString().indexOf("_CA") >= 0 ||
61
fullLoc
.toString().indexOf("_CL") >= 0 ||
fullLoc
.toString().indexOf("_CO") >= 0 ||
62
fullLoc
.toString().indexOf("_CR") >= 0 ||
fullLoc
.toString().indexOf("_GT") >= 0 ||
63
fullLoc
.toString().indexOf("_MX") >= 0 ||
fullLoc
.toString().indexOf("_NI") >= 0 ||
64
fullLoc
.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 |
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java
56
ULocale
fullLoc
= ULocale.addLikelySubtags(locale);
57
if(
fullLoc
.toString().indexOf("_BZ") >= 0 ||
fullLoc
.toString().indexOf("_CA") >= 0 ||
58
fullLoc
.toString().indexOf("_CL") >= 0 ||
fullLoc
.toString().indexOf("_CO") >= 0 ||
59
fullLoc
.toString().indexOf("_CR") >= 0 ||
fullLoc
.toString().indexOf("_GT") >= 0 ||
60
fullLoc
.toString().indexOf("_MX") >= 0 ||
fullLoc
.toString().indexOf("_NI") >= 0 ||
61
fullLoc
.toString().indexOf("_PA") >= 0 || fullLoc.toString().indexOf("_PH") >= 0 |
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cldrtest.c
[
all
...]
Completed in 2534 milliseconds