HomeSort by relevance Sort by last modified time
    Searched defs:testString2 (Results 1 - 6 of 6) 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 */));
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 64 String testString2 = "cddcddcddcddcddbbbb";
69 assertEquals("Reset should return itself 1", mat, mat.reset(testString2));
205 String testString2 = "abbabb";
208 Matcher mat2 = pat.matcher(testString2);
  /external/icu/icu4c/source/test/cintltst/
reapits.c 280 UChar testString2[30];
303 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
313 uregex_setText(clone2, testString2, -1, &status);
    [all...]
capitst.c     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 282 String testString2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?";
289 UCharacterIterator uchariter=UCharacterIterator.getInstance(testString2);
    [all...]

Completed in 721 milliseconds