Home
last modified time | relevance | path

Searched refs:allowedCharsSet (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Duspoof_impl.cpp38 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
39 if (allowedCharsSet == NULL || fAllowedLocales == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 allowedCharsSet->freeze(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 fAllowedCharsSet = allowedCharsSet; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
52 UnicodeSet *allowedCharsSet = new UnicodeSet(0, 0x10ffff); in SpoofImpl() local
53 allowedCharsSet->freeze(); in SpoofImpl()
54 fAllowedCharsSet = allowedCharsSet; in SpoofImpl()