HomeSort by relevance Sort by last modified time
    Searched refs:testString1 (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp 602 UnicodeString testString1 = "abc123..abc";
612 bi->setText(testString1);
613 doBoundaryTest(*bi, testString1, bounds1);
629 UnicodeString testString1 = "$@!$@!X$@!!X";
639 bi->setText(testString1);
640 doBoundaryTest(*bi, testString1, bounds1);
657 UnicodeString testString1(str);
673 bi->setText(testString1);
675 doBoundaryTest(*bi, testString1, bounds1);
703 testString1 = "test line. \n"
    [all...]
apicoll.cpp 661 UnicodeString testString1("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
664 CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
666 CharacterIterator *chariter=new StringCharacterIterator(testString1);
670 CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
    [all...]
rbbitst.cpp 346 UnicodeString testString1 = "abc123..abc Help me Help me!";
360 bi->setText(testString1);
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 589 UnicodeString testString1 = "abc123..abc";
599 bi->setText(testString1);
600 doBoundaryTest(*bi, testString1, bounds1);
616 UnicodeString testString1 = "$@!$@!X$@!!X";
626 bi->setText(testString1);
627 doBoundaryTest(*bi, testString1, bounds1);
642 UnicodeString testString1(str);
660 bi->setText(testString1);
662 doBoundaryTest(*bi, testString1, bounds1);
690 testString1 = "test line. \n"
    [all...]
apicoll.cpp 661 UnicodeString testString1("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
664 CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
666 CharacterIterator *chariter=new StringCharacterIterator(testString1);
670 CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
    [all...]
rbbitst.cpp 376 UnicodeString testString1 = "abc123..abc Help me Help me!";
390 bi->setText(testString1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 93 String testString1 = "babbabbcccabbabbabbabbabb";
96 Matcher mat = pat.matcher(testString1);
101 assertEquals("Reset should return itself 2", mat, mat.reset(testString1));
300 String testString1 = "babbabbcccabbabbabbabbabb";
303 Matcher mat1 = pat.matcher(testString1);
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c     [all...]
reapits.c 200 UChar testString1[30];
223 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
227 uregex_setText(clone1, testString1, -1, &status);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c     [all...]
reapits.c 245 UChar testString1[30];
268 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
272 uregex_setText(clone1, testString1, -1, &status);
    [all...]

Completed in 303 milliseconds