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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ContactsDictionaryUtilsTest.java 44 final String testString2 = "Larry-Page";
46 testString2, testString1.length(), 0 /* startIndex */));
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 65 String testString2 = "cddcddcddcddcddbbbb";
70 assertEquals("Reset should return itself 1", mat, mat.reset(testString2));
206 String testString2 = "abbabb";
209 Matcher mat2 = pat.matcher(testString2);
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
reapits.c 283 UChar testString2[30];
306 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
316 uregex_setText(clone2, testString2, -1, &status);
    [all...]
  /art/test/160-read-barrier-stress/src/
Main.java 37 String testString2 = null;
44 testString2 = "testString2";
74 assertSameObject(testString2, "testString2");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 293 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?";
300 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 290 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?";
297 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 647 UnicodeString testString2("Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");
656 CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString2);
    [all...]

Completed in 227 milliseconds