Home
last modified time | relevance | path

Searched refs:expectedKeywords (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java146 Set<String> expectedKeywords = new HashSet<>(BAR.splitToList(test[2])); in TestNames() local
150 ok &= assertEquals("keywords for " + emoji, expectedKeywords, keywords); in TestNames()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp3861 const char *expectedKeywords[10]; in TestKeywordVariants() member
3914 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants()
3915 … err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()
3921 if(*keywordString != UnicodeString(testCases[i].expectedKeywords[j], "")) { in TestKeywordVariants()
3922 …r("Expected to get keyword UnicodeString %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()
3943 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants()
3944 … err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java4431 Map<String, String> expectedKeywords = new HashMap<>(); in TestUnicodeLocaleExtension() local
4435 expectedKeywords.put(ukeys[i], testcase[i + 3]); in TestUnicodeLocaleExtension()
4452 Set<String> expectedKeys = expectedKeywords.keySet(); in TestUnicodeLocaleExtension()
4461 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java4434 Map<String, String> expectedKeywords = new HashMap<>(); in TestUnicodeLocaleExtension() local
4438 expectedKeywords.put(ukeys[i], testcase[i + 3]); in TestUnicodeLocaleExtension()
4455 Set<String> expectedKeys = expectedKeywords.keySet(); in TestUnicodeLocaleExtension()
4464 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c1879 const char *expectedKeywords[10]; in TestKeywordVariants() member
1948 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants()
1949 … log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()
1956 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants()
1957 … log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()