Home
last modified time | relevance | path

Searched refs:keywordIndex (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralList.java31 …private static final Map<String, Integer> keywordIndex = Builder.with(new HashMap<String, Integer>… field in GeneratePluralList
190 int compare = keywordIndex.get(forms0[i]) - keywordIndex.get(forms1[i]); in getExamples()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2055 private static int keywordIndex(String tok) { in keywordIndex() method in NumberFormatTest
2099 int cmd = keywordIndex(tok); in TestCases()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2382 static int32_t keywordIndex(const UnicodeString& tok) { in keywordIndex() function
2430 int32_t cmd = keywordIndex(tok); in TestCases()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2052 private static int keywordIndex(String tok) { in keywordIndex() method in NumberFormatTest
2096 int cmd = keywordIndex(tok); in TestCases()