Home
last modified time | relevance | path

Searched refs:POUND_SIGN (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStaticUnicodeSets.java60 POUND_SIGN, enumConstant
128 } else if (get(Key.POUND_SIGN).contains(str)) { in chooseCurrency()
129 return Key.POUND_SIGN; in chooseCurrency()
210 saveSet(Key.POUND_SIGN, str); in put()
254 assert unicodeSets.containsKey(Key.POUND_SIGN); in unicodeSets.containsKey() argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java55 POUND_SIGN, enumConstant
123 } else if (get(Key.POUND_SIGN).contains(str)) { in chooseCurrency()
124 return Key.POUND_SIGN; in chooseCurrency()
205 saveSet(Key.POUND_SIGN, str); in put()
249 assert unicodeSets.containsKey(Key.POUND_SIGN); in unicodeSets.containsKey() argument
/external/icu/icu4c/source/common/
Dstatic_unicode_sets.h51 POUND_SIGN, enumerator
110 {POUND_SIGN, u'£'},
Dstatic_unicode_sets.cpp105 saveSet(POUND_SIGN, str, status); in put()
173 U_ASSERT(gUnicodeSets[POUND_SIGN] != nullptr); in initNumberParseUniSets()