Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp28 UnicodeSet *UNISET_NOTS = nullptr; variable
33 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java16 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier
160 return UNISET_NOTS; in getUnicodeSet()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencySpacingEnabledModifier.java18 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier
162 return UNISET_NOTS; in getUnicodeSet()