Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof.cpp40 static UnicodeSet *gInclusionSet = NULL; variable
47 delete gInclusionSet; in uspoof_cleanup()
48 gInclusionSet = NULL; in uspoof_cleanup()
60 gInclusionSet = new UnicodeSet(UnicodeString(inclusionPat, -1, US_INV), status); in initializeStatics()
61 gInclusionSet->freeze(); in initializeStatics()
759 return gInclusionSet->toUSet(); in uspoof_getInclusionSet()
771 return gInclusionSet; in uspoof_getInclusionUnicodeSet()