Home
last modified time | relevance | path

Searched refs:charsOut (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dusettest.h156 const UnicodeString& charsOut);
159 const UnicodeString& charsOut);
163 const UnicodeString& charsOut);
Dusettest.cpp2029 const UnicodeString& charsOut) { in expectContainment() argument
2037 expectContainment(set, pat, charsIn, charsOut); in expectContainment()
2043 const UnicodeString& charsOut) { in expectContainment() argument
2046 expectContainment(set, pat, charsIn, charsOut); in expectContainment()
2053 const UnicodeString& charsOut) { in expectContainment() argument
2072 for (i=0; i<charsOut.length(); i+=U16_LENGTH(c)) { in expectContainment()
2073 c = charsOut.char32At(i); in expectContainment()
2080 ", expected non-containment of " + prettify(charsOut)); in expectContainment()
2082 logln((UnicodeString)"Ok: set " + setName + " does not contain " + prettify(charsOut)); in expectContainment()
/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c365 char charsOut[21]; in TestCaseDutchTitle() local
366 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle()
370 …memcmp(titleRoot, buffer, length*U_SIZEOF_UCHAR)==0 && buffer[length]==0 ? "yes" : "no", charsOut); in TestCaseDutchTitle()
384 char charsOut[21]; in TestCaseDutchTitle() local
385 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle()
389 …emcmp(titleDutch, buffer, length*U_SIZEOF_UCHAR)==0 && buffer[length]==0 ? "yes" : "no", charsOut); in TestCaseDutchTitle()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2309 void expectContainment(String pat, String charsIn, String charsOut) { in expectContainment() argument
2318 expectContainment(set, charsIn, charsOut); in expectContainment()
2325 void expectContainment(UnicodeSet set, String charsIn, String charsOut) { in expectContainment() argument
2343 if (charsOut != null) { in expectContainment()
2344 charsOut = Utility.unescape(charsOut); in expectContainment()
2346 for (int i=0; i<charsOut.length(); ) { in expectContainment()
2347 int c = UTF16.charAt(charsOut,i); in expectContainment()
2355 ", expected non-containment of " + charsOut)); in expectContainment()
2357 logln(Utility.escape("Ok: set " + set + " does not contain " + charsOut)); in expectContainment()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2306 void expectContainment(String pat, String charsIn, String charsOut) { in expectContainment() argument
2315 expectContainment(set, charsIn, charsOut); in expectContainment()
2322 void expectContainment(UnicodeSet set, String charsIn, String charsOut) { in expectContainment() argument
2340 if (charsOut != null) { in expectContainment()
2341 charsOut = Utility.unescape(charsOut); in expectContainment()
2343 for (int i=0; i<charsOut.length(); ) { in expectContainment()
2344 int c = UTF16.charAt(charsOut,i); in expectContainment()
2352 ", expected non-containment of " + charsOut)); in expectContainment()
2354 logln(Utility.escape("Ok: set " + set + " does not contain " + charsOut)); in expectContainment()