Searched refs:testString2 (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1271 UChar *testString1, *testString2; local
1284 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1286 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
1306 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1388 free(testString2);
H A Dreapits.c280 UChar testString2[30]; local
303 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
313 uregex_setText(clone2, testString2, -1, &status);
1448 UChar testString2[30]; local
1471 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
1481 uregex_setText(clone2, testString2, -1, &status);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java282 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?";
289 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp628 UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
637 CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2);

Completed in 605 milliseconds