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

  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 179 char[] expectedChars = "EF".toCharArray();
182 out.write(expectedChars);
191 assertArrayEquals(expectedChars, getChars());
  /external/icu4c/test/cintltst/
cmsgtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 720 static const char *expectedChars =
736 UChar *expected=CharsToUChars(expectedChars);
753 locale, displayLocale, resultChars, expectedChars);
    [all...]

Completed in 204 milliseconds