Searched refs:charsOut (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | usettest.h | 153 const UnicodeString& charsOut); 156 const UnicodeString& charsOut); 160 const UnicodeString& charsOut);
|
D | usettest.cpp | 2026 const UnicodeString& charsOut) { in expectContainment() argument 2034 expectContainment(set, pat, charsIn, charsOut); in expectContainment() 2040 const UnicodeString& charsOut) { in expectContainment() argument 2043 expectContainment(set, pat, charsIn, charsOut); in expectContainment() 2050 const UnicodeString& charsOut) { in expectContainment() argument 2069 for (i=0; i<charsOut.length(); i+=U16_LENGTH(c)) { in expectContainment() 2070 c = charsOut.char32At(i); in expectContainment() 2077 ", expected non-containment of " + prettify(charsOut)); in expectContainment() 2079 logln((UnicodeString)"Ok: set " + setName + " does not contain " + prettify(charsOut)); in expectContainment()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 364 char charsOut[21]; in TestCaseDutchTitle() local 365 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle() 369 …memcmp(titleRoot, buffer, length*U_SIZEOF_UCHAR)==0 && buffer[length]==0 ? "yes" : "no", charsOut); in TestCaseDutchTitle() 383 char charsOut[21]; in TestCaseDutchTitle() local 384 u_UCharsToChars(buffer,charsOut,sizeof(charsOut)); in TestCaseDutchTitle() 388 …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 | 2298 void expectContainment(String pat, String charsIn, String charsOut) { in expectContainment() argument 2307 expectContainment(set, charsIn, charsOut); in expectContainment() 2314 void expectContainment(UnicodeSet set, String charsIn, String charsOut) { in expectContainment() argument 2332 if (charsOut != null) { in expectContainment() 2333 charsOut = Utility.unescape(charsOut); in expectContainment() 2335 for (int i=0; i<charsOut.length(); ) { in expectContainment() 2336 int c = UTF16.charAt(charsOut,i); in expectContainment() 2344 ", expected non-containment of " + charsOut)); in expectContainment() 2346 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 | 2299 void expectContainment(String pat, String charsIn, String charsOut) { in expectContainment() argument 2308 expectContainment(set, charsIn, charsOut); in expectContainment() 2315 void expectContainment(UnicodeSet set, String charsIn, String charsOut) { in expectContainment() argument 2333 if (charsOut != null) { in expectContainment() 2334 charsOut = Utility.unescape(charsOut); in expectContainment() 2336 for (int i=0; i<charsOut.length(); ) { in expectContainment() 2337 int c = UTF16.charAt(charsOut,i); in expectContainment() 2345 ", expected non-containment of " + charsOut)); in expectContainment() 2347 logln(Utility.escape("Ok: set " + set + " does not contain " + charsOut)); in expectContainment()
|