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

  /external/icu4c/test/cintltst/
reapits.c 200 UChar testString1[30];
223 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
227 uregex_setText(clone1, testString1, -1, &status);
    [all...]
capitst.c     [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 597 UnicodeString testString1 = "abc123..abc";
607 bi->setText(testString1);
608 doBoundaryTest(*bi, testString1, bounds1);
624 UnicodeString testString1 = "$@!$@!X$@!!X";
634 bi->setText(testString1);
635 doBoundaryTest(*bi, testString1, bounds1);
650 UnicodeString testString1(str);
668 bi->setText(testString1);
670 doBoundaryTest(*bi, testString1, bounds1);
698 testString1 = "test line. \n"
    [all...]
rbbitst.cpp 357 UnicodeString testString1 = "abc123..abc Help me Help me!";
371 bi->setText(testString1);
    [all...]
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
MatcherTest.java 138 String testString1 = "babbabbcccabbabbabbabbabb";
141 Matcher mat = pat.matcher(testString1);
146 assertEquals("Reset should return itself 2", mat, mat.reset(testString1));
608 String testString1 = "babbabbcccabbabbabbabbabb";
611 Matcher mat1 = pat.matcher(testString1);
    [all...]

Completed in 461 milliseconds