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
49 delete gInclusionSet; in uspoof_cleanup()
50 gInclusionSet = NULL; in uspoof_cleanup()
67 gInclusionSet = new UnicodeSet(UnicodeString(inclusionPat, -1, US_INV), status); in initializeStatics()
68 gInclusionSet->freeze(); in initializeStatics()
776 return gInclusionSet->toUSet(); in uspoof_getInclusionSet()
788 return gInclusionSet; in uspoof_getInclusionUnicodeSet()