Home
last modified time | relevance | path

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

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