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

  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 283 UChar testString2[30];
306 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
316 uregex_setText(clone2, testString2, -1, &status);
    [all...]
capitst.c     [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...]
  /art/test/160-read-barrier-stress/src/
Main.java 148 String testString2 = null;
155 testString2 = "testString2";
168 assertSameObject(testString2, "testString2");
    [all...]

Completed in 649 milliseconds