Searched refs:beforeUpper (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c137 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, local
146 uprv_memcpy(buffer, beforeUpper, sizeof(beforeUpper));
149 buffer, UPRV_LENGTHOF(beforeUpper),
167 beforeUpper, UPRV_LENGTHOF(beforeUpper),
184 beforeUpper, UPRV_LENGTHOF(beforeUpper),
199 NULL, UPRV_LENGTHOF(beforeUpper),
214 beforeUpper,
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp201 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xfb03, 0xfb03, 0xd93f, 0xdfff }, local
229 s=UnicodeString(FALSE, beforeUpper, UPRV_LENGTHOF(beforeUpper));
230 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
238 s=UnicodeString(FALSE, beforeUpper, UPRV_LENGTHOF(beforeUpper));

Completed in 213 milliseconds