Home
last modified time | relevance | path

Searched refs:testString1 (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp599 UnicodeString testString1 = "abc123..abc"; in TestBuilder() local
609 bi->setText(testString1); in TestBuilder()
610 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder()
626 UnicodeString testString1 = "$@!$@!X$@!!X"; in TestQuoteGrouping() local
636 bi->setText(testString1); in TestQuoteGrouping()
637 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping()
654 UnicodeString testString1(str); in TestRuleStatus() local
670 bi->setText(testString1); in TestRuleStatus()
672 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus()
700 testString1 = "test line. \n"; in TestRuleStatus()
[all …]
Dapicoll.cpp629 …UnicodeString testString1("XFILE What subset of all possible test cases has the highest probabilit… in TestElemIter() local
632 …lementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1); in TestElemIter()
634 CharacterIterator *chariter=new StringCharacterIterator(testString1); in TestElemIter()
638 …lementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1); in TestElemIter()
Drbbitst.cpp280 UnicodeString testString1 = "abc123..abc Help me Help me!"; in TestStatusReturn() local
295 bi->setText(testString1); in TestStatusReturn()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java379 …String testString1 = "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u… in TestIsBoundary() local
381 charIter1.setText(testString1); in TestIsBoundary()
383 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
385 wordIter2.setText(testString1); in TestIsBoundary()
387 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java380 …String testString1 = "Write here. \u092d\u0301\u0930\u0924 \u0938\u0941\u0902\u0926\u0930 a\u0301u… in TestIsBoundary() local
382 charIter1.setText(testString1); in TestIsBoundary()
384 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
386 wordIter2.setText(testString1); in TestIsBoundary()
388 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1273 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()
Dreapits.c281 UChar testString1[30]; in TestRegexCAPI() local
304 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI()
308 uregex_setText(clone1, testString1, -1, &status); in TestRegexCAPI()
1449 UChar testString1[30]; in TestUTextAPI() local
1472 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestUTextAPI()
1476 uregex_setText(clone1, testString1, -1, &status); in TestUTextAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java287 …String testString1 = "XFILE What subset of all possible test cases has the highest probability of … in TestElemIter() local
290 …ationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(testString1); in TestElemIter()
292 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java286 …String testString1 = "XFILE What subset of all possible test cases has the highest probability of … in TestElemIter() local
289 …ationElementIterator iterator1 = ((RuleBasedCollator)col).getCollationElementIterator(testString1); in TestElemIter()
291 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter()