Searched refs:testString1 (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 600 UnicodeString testString1 = "abc123..abc"; in TestBuilder() local 610 bi->setText(testString1); in TestBuilder() 611 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 627 UnicodeString testString1 = "$@!$@!X$@!!X"; in TestQuoteGrouping() local 637 bi->setText(testString1); in TestQuoteGrouping() 638 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 655 UnicodeString testString1(str); in TestRuleStatus() local 671 bi->setText(testString1); in TestRuleStatus() 673 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 701 testString1 = "test line. \n"; in TestRuleStatus() [all …]
|
D | apicoll.cpp | 646 …UnicodeString testString1("XFILE What subset of all possible test cases has the highest probabilit… in TestElemIter() local 649 …lementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1); in TestElemIter() 651 CharacterIterator *chariter=new StringCharacterIterator(testString1); in TestElemIter() 655 …lementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1); in TestElemIter()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 384 …String testString1 = "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u… in TestIsBoundary() local 386 charIter1.setText(testString1); in TestIsBoundary() 388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 390 wordIter2.setText(testString1); in TestIsBoundary() 392 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 381 …String testString1 = "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u… in TestIsBoundary() local 383 charIter1.setText(testString1); in TestIsBoundary() 385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 387 wordIter2.setText(testString1); in TestIsBoundary() 389 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 1273 UChar *testString1, *testString2; in TestElemIter() local 1285 testString1=(UChar*)malloc(sizeof(UChar) * 150); in TestElemIter() 1287 …u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability … in TestElemIter() 1292 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter() 1300 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter() 1389 free(testString1); in TestElemIter()
|
D | reapits.c | 282 UChar testString1[30]; in TestRegexCAPI() local 305 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 309 uregex_setText(clone1, testString1, -1, &status); in TestRegexCAPI() 1450 UChar testString1[30]; in TestUTextAPI() local 1473 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI() 1477 uregex_setText(clone1, testString1, -1, &status); in TestUTextAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 292 …String testString1 = "XFILE What subset of all possible test cases has the highest probability of … in TestElemIter() local 295 …ationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(testString1); in TestElemIter() 297 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 289 …String testString1 = "XFILE What subset of all possible test cases has the highest probability of … in TestElemIter() local 292 …ationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(testString1); in TestElemIter() 294 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter()
|