Home | History | Annotate | Download | only in intltest

Lines Matching refs:upperRoot

206         upperRoot[]=   { 0x41, 0x42, 0x49,  0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0x46, 0x46, 0x49, 0x46, 0x46, 0x49, 0xd93f, 0xdfff },
235 if( s.length()!=UPRV_LENGTHOF(upperRoot) ||
236 s!=UnicodeString(FALSE, upperRoot, s.length())
238 errln("error in toUpper(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, upperRoot, UPRV_LENGTHOF(upperRoot)) + "\"");