Home
last modified time | relevance | path

Searched refs:expectedChars (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharSinkTester.java180 char[] expectedChars = "EF".toCharArray(); in sinkTestWriteAfterClose() local
183 out.write(expectedChars); in sinkTestWriteAfterClose()
192 assertArrayEquals(expectedChars, getChars()); in sinkTestWriteAfterClose()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c1101 const char expectedChars[] = {"123abc"}; in MessageLength() local
1105 UChar expected[sizeof(expectedChars)]; in MessageLength()
1108 u_uastrncpy(expected, expectedChars, sizeof(expected)/sizeof(expected[0])); in MessageLength()
Dcloctst.c730 static const char *expectedChars = in TestDisplayNames() local
746 UChar *expected=CharsToUChars(expectedChars); in TestDisplayNames()
763 locale, displayLocale, resultChars, expectedChars); in TestDisplayNames()
Dcbiditst.c4270 const char *expectedChars; in testReorderingMode() local
4328 expectedChars = inverseBasic(pBiDi2, srcChars, srcLen, in testReorderingMode()
4333 expectedChars = textOut[idx]; in testReorderingMode()
4335 if (!assertStringsEqual(expectedChars, destChars, srcChars, in testReorderingMode()