Searched refs:beforeUpper (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 134 …beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdf… in TestCaseUpper() local 143 uprv_memcpy(buffer, beforeUpper, sizeof(beforeUpper)); in TestCaseUpper() 146 buffer, sizeof(beforeUpper)/U_SIZEOF_UCHAR, in TestCaseUpper() 164 beforeUpper, sizeof(beforeUpper)/U_SIZEOF_UCHAR, in TestCaseUpper() 181 beforeUpper, sizeof(beforeUpper)/U_SIZEOF_UCHAR, in TestCaseUpper() 196 NULL, sizeof(beforeUpper)/U_SIZEOF_UCHAR, in TestCaseUpper() 211 beforeUpper, -2, in TestCaseUpper()
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 131 …beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xfb03, … in TestCaseConversion() local 159 s=UnicodeString(FALSE, beforeUpper, (int32_t)(sizeof(beforeUpper)/U_SIZEOF_UCHAR)); in TestCaseConversion() 160 s.setCharAt(0, beforeUpper[0]).toUpper(Locale("")); in TestCaseConversion() 168 s=UnicodeString(FALSE, beforeUpper, (int32_t)(sizeof(beforeUpper)/U_SIZEOF_UCHAR)); in TestCaseConversion()
|