Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java19 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); field in CurrencySpacingEnabledModifier
163 return UNISET_NOTS; in getUnicodeSet()