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

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcstrcase.c135 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, local
144 uprv_memcpy(buffer, beforeUpper, sizeof(beforeUpper));
147 buffer, sizeof(beforeUpper)/U_SIZEOF_UCHAR,
165 beforeUpper, sizeof(beforeUpper)/U_SIZEOF_UCHAR,
182 beforeUpper, sizeof(beforeUpper)/U_SIZEOF_UCHAR,
197 NULL, sizeof(beforeUpper)/U_SIZEOF_UCHAR,
212 beforeUpper,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dstrcase.cpp132 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xfb03, 0xfb03, 0xd93f, 0xdfff }, local
160 s=UnicodeString(FALSE, beforeUpper, (int32_t)(sizeof(beforeUpper)/U_SIZEOF_UCHAR));
161 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
169 s=UnicodeString(FALSE, beforeUpper, (int32_t)(sizeof(beforeUpper)/U_SIZEOF_UCHAR));

Completed in 67 milliseconds