Home
last modified time | relevance | path

Searched refs:testString2 (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DJapaneseTest.java257 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DJapaneseTest.java254 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()
/external/icu/icu4c/source/test/intltest/
Dincaltst.cpp729 UnicodeString testString1, testString2; in TestForceGannenNumbering() local
734 testString2 = testFmt2->format(refDate, testString2); in TestForceGannenNumbering()
735 if (testString2.length() < 2 || testString2.charAt(1) != 0x0031) { in TestForceGannenNumbering()
736 …errln(UnicodeString("Formatting year 1 in created numeric style, got " + testString2 + " but expec… in TestForceGannenNumbering()
746 testString2.remove(); in TestForceGannenNumbering()
747 testString2 = testFmt2->format(refDate, testString2); in TestForceGannenNumbering()
748 if (testString2.length() < 3 || testString2.charAt(2) != 0x5143) { in TestForceGannenNumbering()
749 …errln(UnicodeString("Formatting year 1 in applied text style, got " + testString2 + " but expected… in TestForceGannenNumbering()
Dapicoll.cpp647 …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()
/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/sharedTest/java/dagger/hilt/android/simple/
DModuleTest.java57 String testString2; field in ModuleTest
152 assertEquals("2", testString2); in testInjection()
/external/dagger2/java/dagger/hilt/android/example/gradle/simple/app/src/sharedTest/java/dagger/hilt/android/example/gradle/simple/
DModuleTest.java57 String testString2; field in ModuleTest
152 assertEquals("2", testString2); in testInjection()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c291 UChar testString2[30]; in TestRegexCAPI() local
314 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI()
324 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI()
1459 UChar testString2[30]; in TestUTextAPI() local
1482 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI()
1492 uregex_setText(clone2, testString2, -1, &status); in TestUTextAPI()
Dcapitst.c1274 UChar *testString1, *testString2; in TestElemIter() local
1287 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter()
1289 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter()
1309 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter()
1391 free(testString2); in TestElemIter()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java290 …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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java293 …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()