Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof.cpp41 static UnicodeSet *gInclusionSet = NULL; variable
48 delete gInclusionSet; in uspoof_cleanup()
49 gInclusionSet = NULL; in uspoof_cleanup()
61 gInclusionSet = new UnicodeSet(UnicodeString(inclusionPat, -1, US_INV), status); in initializeStatics()
62 gInclusionSet->freeze(); in initializeStatics()
711 return gInclusionSet->toUSet(); in uspoof_getInclusionSet()
723 return gInclusionSet; in uspoof_getInclusionUnicodeSet()