Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dstatic_unicode_sets.h58 INFINITY_SIGN, enumerator
/external/icu/icu4c/source/common/
Dstatic_unicode_sets.h58 INFINITY_SIGN, enumerator
Dstatic_unicode_sets.cpp190 gUnicodeSets[INFINITY_SIGN] = new UnicodeSet(u"[∞]", status); in initNumberParseUniSets()
/external/cronet/third_party/icu/source/common/
Dstatic_unicode_sets.h58 INFINITY_SIGN, enumerator
Dstatic_unicode_sets.cpp190 gUnicodeSets[INFINITY_SIGN] = new UnicodeSet(u"[∞]", status); in initNumberParseUniSets()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DInfinityMatcher.java33 super(StaticUnicodeSets.Key.INFINITY_SIGN); in InfinityMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DInfinityMatcher.java31 super(StaticUnicodeSets.Key.INFINITY_SIGN); in InfinityMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStaticUnicodeSets.java56 INFINITY_SIGN, enumConstant
271 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); in unicodeSets.put() argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java51 INFINITY_SIGN, enumConstant
266 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); in unicodeSets.put() argument
/external/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp70 const UnicodeSet &infinity = *get(unisets::INFINITY_SIGN); in testSetCoverage()
/external/cronet/third_party/icu/source/test/intltest/
Dstatic_unisets_test.cpp70 const UnicodeSet &infinity = *get(unisets::INFINITY_SIGN); in testSetCoverage()
/external/cronet/third_party/icu/source/i18n/
Dnumparse_symbols.cpp98 … SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN) { in InfinityMatcher()
/external/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp98 … SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_SIGN) { in InfinityMatcher()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DExhaustiveNumberTest.java56 UnicodeSet infinity = get(Key.INFINITY_SIGN); in testSetCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DExhaustiveNumberTest.java59 UnicodeSet infinity = get(Key.INFINITY_SIGN); in testSetCoverage()