Searched refs:UNISET_NOTS (Results 1 – 2 of 2) sorted by relevance
28 UnicodeSet *UNISET_NOTS = nullptr; variable33 delete UNISET_NOTS; in cleanupDefaultCurrencySpacing()34 UNISET_NOTS = nullptr; in cleanupDefaultCurrencySpacing()42 UNISET_NOTS = new UnicodeSet(UnicodeString(u"[:^S:]"), status); in initDefaultCurrencySpacing()43 if (UNISET_DIGIT == nullptr || UNISET_NOTS == nullptr) { in initDefaultCurrencySpacing()48 UNISET_NOTS->freeze(); in initDefaultCurrencySpacing()467 return *UNISET_NOTS; in getUnicodeSet()
19 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier163 return UNISET_NOTS; in getUnicodeSet()