Lines Matching refs:UnicodeSet
37 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff);
51 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff);
70 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone());
263 UnicodeSet allowedChars;
264 UnicodeSet *tmpSet = NULL;
304 tmpSet = new UnicodeSet(0, 0x10ffff);
318 UnicodeSet tempSet;
331 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
352 // to the allowedChars UnicodeSet
354 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) {
365 UnicodeSet tmpSet;