OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_LOCALES
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java
53
public static Set<String>
KEY_LOCALES
= new LinkedHashSet(Arrays.asList(
552
if (!
KEY_LOCALES
.contains(localeString)) continue; // TODO change in exhaustive
[
all
...]
/external/icu/icu4c/source/test/intltest/
alphaindextst.cpp
337
static const char *
KEY_LOCALES
[] = {
352
const char *localeName =
KEY_LOCALES
[i];
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java
49
public static Set<String>
KEY_LOCALES
= new LinkedHashSet(Arrays.asList(
548
if (!
KEY_LOCALES
.contains(localeString)) continue; // TODO change in exhaustive
[
all
...]
Completed in 464 milliseconds