Searched refs:YEN_SIGN (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StaticUnicodeSets.java | 62 YEN_SIGN, // not in CLDR data, but Currency.java wants it enumConstant 132 } else if (get(Key.YEN_SIGN).contains(str)) { in chooseCurrency() 133 return Key.YEN_SIGN; in chooseCurrency() 256 unicodeSets.put(Key.YEN_SIGN, new UnicodeSet("[¥\\uffe5]").freeze()); in unicodeSets.put() argument
|
/external/icu/icu4c/source/common/ |
D | static_unicode_sets.h | 53 YEN_SIGN, // not in CLDR data, but Currency.java wants it enumerator 112 {YEN_SIGN, u'¥'},
|
D | static_unicode_sets.cpp | 175 gUnicodeSets[YEN_SIGN] = new UnicodeSet(u"[¥\\uffe5]", status); in initNumberParseUniSets()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StaticUnicodeSets.java | 57 YEN_SIGN, // not in CLDR data, but Currency.java wants it enumConstant 127 } else if (get(Key.YEN_SIGN).contains(str)) { in chooseCurrency() 128 return Key.YEN_SIGN; in chooseCurrency() 251 unicodeSets.put(Key.YEN_SIGN, new UnicodeSet("[¥\\uffe5]").freeze()); in unicodeSets.put() argument
|