Searched refs:expectedShort (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | TestUScript.java | 340 String[] expectedShort = new String[]{ in TestNewCode() local 388 if(name==null || !name.equals(expectedShort[j])){ in TestNewCode() 389 errln("UScript.getShortName failed for code"+ i + name +"!=" +expectedShort[j]); in TestNewCode() 393 int[] ret = UScript.getCode(expectedShort[i]); in TestNewCode() 395 …"UScript.getCode did not return expected number of codes for script"+ expectedShort[i]+". EXPECTED… in TestNewCode() 398 …errln("UScript.getCode did not return expected code for script"+ expectedShort[i]+". EXPECTED: "+ … in TestNewCode()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdapi.c | 425 static const char* expectedShort[] = { in TestUScriptCodeAPI() local 472 if(name==NULL || strcmp(name,expectedShort[j])!=0){ in TestUScriptCodeAPI() 473 … log_err("uscript_getShortName failed for code %i: %s!=%s\n", i, name, expectedShort[j]); in TestUScriptCodeAPI() 480 len = uscript_getCode(expectedShort[i], fillIn, UPRV_LENGTHOF(fillIn), &status); in TestUScriptCodeAPI() 482 …log_err("uscript_getCode failed for script name %s. Error: %s\n",expectedShort[i], u_errorName(sta… in TestUScriptCodeAPI() 485 … not return expected number of codes for script %s. EXPECTED: 1 GOT: %i\n", expectedShort[i], len); in TestUScriptCodeAPI() 488 … did not return expected code for script %s. EXPECTED: %i GOT: %i\n", expectedShort[i], (USCRIPT_B… in TestUScriptCodeAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | CurrencyTest.java | 266 String expectedShort = (String) cas[2]; in testCurrencyVariants() local 273 expectedShort, cdn.getSymbol(isoCode)); in testCurrencyVariants() 283 expectedShort, currency.getName(locale, Currency.SYMBOL_NAME, null)); in testCurrencyVariants()
|
D | LocaleMatcherTest.java | 669 ULocale expectedShort; field in LocaleMatcherTest.PerfCase 675 expectedShort = new ULocale(expShort); in PerfCase() 778 assertEquals(desired.toString(), pc.expectedShort, matcherShort.getBestMatch(desired)); in testPerf()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 613 String expectedShort = expectedShortLong[i][0]; in TestLongShortFallback() local 619 assertEquals("Short, locale " + loc, expectedShort, actualShort); in TestLongShortFallback()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 1968 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 2237 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 2668 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 2870 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 2987 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 2889 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3158 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3589 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3791 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3908 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 2889 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3158 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3589 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3791 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI() 3908 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2123 const char16_t* expectedShort; in Test20484_NarrowSymbolFallback() member 2155 cas.expectedShort, actualShort); in Test20484_NarrowSymbolFallback()
|