Searched refs:testString2 (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | JapaneseTest.java | 254 String testString2 = testFmt2.format(refDate); in TestForceGannenNumbering() local 255 if (testString2.length() < 2 || testString2.charAt(1) != '1') { in TestForceGannenNumbering() 256 …errln("Formatting year 1 in created numeric style, got " + testString2 + " but expected 2nd char t… in TestForceGannenNumbering() 265 testString2 = testFmt2.format(refDate); in TestForceGannenNumbering() 266 if (testString2.length() < 3 || testString2.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 267 …errln("Formatting year 1 in applied text style, got " + testString2 + " but expected 3rd char to b… in TestForceGannenNumbering()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | JapaneseTest.java | 257 String testString2 = testFmt2.format(refDate); in TestForceGannenNumbering() local 258 if (testString2.length() < 2 || testString2.charAt(1) != '1') { in TestForceGannenNumbering() 259 …errln("Formatting year 1 in created numeric style, got " + testString2 + " but expected 2nd char t… in TestForceGannenNumbering() 268 testString2 = testFmt2.format(refDate); in TestForceGannenNumbering() 269 if (testString2.length() < 3 || testString2.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 270 …errln("Formatting year 1 in applied text style, got " + testString2 + " but expected 3rd char to b… in TestForceGannenNumbering()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | incaltst.cpp | 727 UnicodeString testString1, testString2; in TestForceGannenNumbering() local 732 testString2 = testFmt2->format(refDate, testString2); in TestForceGannenNumbering() 733 if (testString2.length() < 2 || testString2.charAt(1) != 0x0031) { in TestForceGannenNumbering() 734 …errln(UnicodeString("Formatting year 1 in created numeric style, got " + testString2 + " but expec… in TestForceGannenNumbering() 744 testString2.remove(); in TestForceGannenNumbering() 745 testString2 = testFmt2->format(refDate, testString2); in TestForceGannenNumbering() 746 if (testString2.length() < 3 || testString2.charAt(2) != 0x5143) { in TestForceGannenNumbering() 747 …errln(UnicodeString("Formatting year 1 in applied text style, got " + testString2 + " but expected… in TestForceGannenNumbering()
|
D | apicoll.cpp | 647 …UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probabilit… in TestElemIter() local 656 …lementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); in TestElemIter()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 292 UChar testString2[30]; in TestRegexCAPI() local 315 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 325 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI() 1460 UChar testString2[30]; in TestUTextAPI() local 1483 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI() 1493 uregex_setText(clone2, testString2, -1, &status); in TestUTextAPI()
|
D | capitst.c | 1395 UChar *testString1, *testString2; in TestElemIter() local 1408 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1410 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter() 1430 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter() 1512 free(testString2); in TestElemIter()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationAPITest.java | 293 …String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of … in TestElemIter() local 300 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2); in TestElemIter()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 290 …String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of … in TestElemIter() local 297 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2); in TestElemIter()
|