Searched refs:testString2 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 280 UChar testString2[30]; in TestRegexCAPI() local 303 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 313 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI() 1448 UChar testString2[30]; in TestUTextAPI() local 1471 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI() 1481 uregex_setText(clone2, testString2, -1, &status); in TestUTextAPI()
|
D | capitst.c | 1271 UChar *testString1, *testString2; in TestElemIter() local 1284 testString2=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1286 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter() 1306 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter() 1388 free(testString2); in TestElemIter()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 282 …String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of … in TestElemIter() local 289 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2); in TestElemIter()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 628 …UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probabilit… in TestElemIter() local 637 …lementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2); in TestElemIter()
|