OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YEN_SIGN
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
static_unicode_sets.h
53
YEN_SIGN
, // not in CLDR data, but Currency.java wants it
112
{
YEN_SIGN
, u'¥'},
static_unicode_sets.cpp
175
gUnicodeSets[
YEN_SIGN
] = new UnicodeSet(u"[¥\\uffe5]", status);
215
// } else if (get(
YEN_SIGN
)->contains(str)) {
216
// return
YEN_SIGN
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java
62
YEN_SIGN
, // not in CLDR data, but Currency.java wants it
132
} else if (get(Key.
YEN_SIGN
).contains(str)) {
133
return Key.
YEN_SIGN
;
256
unicodeSets.put(Key.
YEN_SIGN
, new UnicodeSet("[¥\\uffe5]").freeze());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StaticUnicodeSets.java
57
YEN_SIGN
, // not in CLDR data, but Currency.java wants it
127
} else if (get(Key.
YEN_SIGN
).contains(str)) {
128
return Key.
YEN_SIGN
;
251
unicodeSets.put(Key.
YEN_SIGN
, new UnicodeSet("[¥\\uffe5]").freeze());
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 253 milliseconds