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

  /external/stlport/test/eh/
test_string.cpp 39 TestString testString, testString2;
45 testString2.append(1, TestString::value_type() );
65 WeakCheck( testString, insert_range_tester(testString, testString2.begin(), testString2.end() ) );
73 ConstCheck( 0, test_construct_iter_range<TestString>( testString2 ) );
76 WeakCheck( testString, test_assign_op<TestString>( testString2 ) );
  /external/icu4c/test/cintltst/
reapits.c 201 UChar testString2[30];
224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
234 uregex_setText(clone2, testString2, -1, &status);
    [all...]
capitst.c     [all...]
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
MatcherTest.java 139 String testString2 = "cddcddcddcddcddbbbb";
144 assertEquals("Reset should return itself 1", mat, mat.reset(testString2));
609 String testString2 = "abbabb";
612 Matcher mat2 = pat.matcher(testString2);
    [all...]

Completed in 83 milliseconds