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

/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp132 upperRoot[]= { 0x41, 0x42, 0x49, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0x46, 0x46, 0x49, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }, local
161 if( s.length()!=(sizeof(upperRoot)/U_SIZEOF_UCHAR) ||
162 s!=UnicodeString(FALSE, upperRoot, s.length())
164 errln("error in toUpper(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, upperRoot, (int32_t)(sizeof(upperRoot)/U_SIZEOF_UCHAR)) + "\"");
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c135 upperRoot[]= { 0x41, 0x42, 0x49, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }, local
150 length!=(sizeof(upperRoot)/U_SIZEOF_UCHAR) ||
151 uprv_memcmp(upperRoot, buffer, length*U_SIZEOF_UCHAR)!=0 ||
157 uprv_memcmp(upperRoot, buffer, length*U_SIZEOF_UCHAR)==0 && buffer[length]==0 ? "yes" : "no");

Completed in 85 milliseconds