Searched refs:testString2 (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 1271 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 D | reapits.c | 280 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 286 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?"; 293 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 282 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 D | apicoll.cpp | 628 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 160 milliseconds