Searched refs:UNISET_NOTS (Results 1 – 3 of 3) 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()
16 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier160 return UNISET_NOTS; in getUnicodeSet()
18 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier162 return UNISET_NOTS; in getUnicodeSet()