Searched refs:charsOut (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | usettest.h | 156 const UnicodeString& charsOut); 159 const UnicodeString& charsOut); 163 const UnicodeString& charsOut);
|
D | usettest.cpp | 2023 const UnicodeString& charsOut) { in expectContainment() argument 2031 expectContainment(set, pat, charsIn, charsOut); in expectContainment() 2037 const UnicodeString& charsOut) { in expectContainment() argument 2040 expectContainment(set, pat, charsIn, charsOut); in expectContainment() 2047 const UnicodeString& charsOut) { in expectContainment() argument 2066 for (i=0; i<charsOut.length(); i+=U16_LENGTH(c)) { in expectContainment() 2067 c = charsOut.char32At(i); in expectContainment() 2074 ", expected non-containment of " + prettify(charsOut)); in expectContainment() 2076 logln((UnicodeString)"Ok: set " + setName + " does not contain " + prettify(charsOut)); in expectContainment()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 365 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 2306 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 2309 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()
|