Searched refs:expectedKeywords (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAnnotations.java | 146 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/ |
D | loctest.cpp | 1656 const char *expectedKeywords[10]; in TestKeywordVariants() member 1709 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1710 … err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants() 1716 if(*keywordString != UnicodeString(testCases[i].expectedKeywords[j], "")) { in TestKeywordVariants() 1717 …r("Expected to get keyword UnicodeString %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants() 1738 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1739 … 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/ |
D | ULocaleTest.java | 4327 Map<String, String> expectedKeywords = new HashMap<String, String>(); in TestUnicodeLocaleExtension() local 4331 expectedKeywords.put(ukeys[i], testcase[i + 3]); in TestUnicodeLocaleExtension() 4348 Set<String> expectedKeys = expectedKeywords.keySet(); in TestUnicodeLocaleExtension() 4357 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleTest.java | 4330 Map<String, String> expectedKeywords = new HashMap<String, String>(); in TestUnicodeLocaleExtension() local 4334 expectedKeywords.put(ukeys[i], testcase[i + 3]); in TestUnicodeLocaleExtension() 4351 Set<String> expectedKeys = expectedKeywords.keySet(); in TestUnicodeLocaleExtension() 4360 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 1690 const char *expectedKeywords[10]; in TestKeywordVariants() member 1759 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1760 … log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants() 1767 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) { in TestKeywordVariants() 1768 … log_err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword); in TestKeywordVariants()
|