Searched refs:testString2 (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 283 UChar testString2[30]; in TestRegexCAPI() local 306 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 316 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI() 1451 UChar testString2[30]; in TestUTextAPI() local 1474 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI() 1484 uregex_setText(clone2, testString2, -1, &status); in TestUTextAPI()
|
D | capitst.c | 1273 UChar *testString1, *testString2; in TestElemIter() local 1286 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1288 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter() 1308 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter() 1390 free(testString2); in TestElemIter()
|
/external/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()
|
/external/icu/android_icu4j/src/main/tests/android/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()
|
/external/icu/icu4c/source/test/intltest/ |
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()
|