/external/icu/icu4c/source/test/intltest/ |
loctest.cpp | 49 // (part of Euro support). 1170 UChar euro = 0x20ac; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 331 euro = u'\u20ac'.encode('utf-8') 332 self._test_currency(50000, "50000,00 " + euro) 333 self._test_currency(50000, "50 000,00 " + euro, grouping=True)
|
test_codeccallbacks.py | 98 sout = "«ℜ» = ⟨ሴ€⟩" 100 sout = "\xabℜ\xbb = ⟨ሴ€⟩" 126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m" 129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 331 euro = u'\u20ac'.encode('utf-8') 332 self._test_currency(50000, "50000,00 " + euro) 333 self._test_currency(50000, "50 000,00 " + euro, grouping=True)
|
test_codeccallbacks.py | 98 sout = "«ℜ» = ⟨ሴ€⟩" 100 sout = "\xabℜ\xbb = ⟨ሴ€⟩" 126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m" 129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
|
/external/bison/lib/ |
config.charset | 144 echo "$l.iso-8859-15@euro ISO-8859-15" 145 echo "$l@euro ISO-8859-15" 149 echo "$l.cp-1252@euro CP1252" 152 echo "$l.utf-8@euro UTF-8" 183 echo "$l.cp-1253@euro CP1253" 185 echo "$l.utf-8@euro UTF-8"
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
config.charset | 143 echo "$l.iso-8859-15@euro ISO-8859-15" 144 echo "$l@euro ISO-8859-15" 148 echo "$l.cp-1252@euro CP1252" 151 echo "$l.utf-8@euro UTF-8" 182 echo "$l.cp-1253@euro CP1253" 184 echo "$l.utf-8@euro UTF-8"
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 311 euro=8364
|
/external/chromium_org/third_party/markupsafe/ |
_constants.py | 122 'euro': 8364,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
iconv.m4 | 77 static const char input[] = "\342\202\254"; /* EURO SIGN */
|
/external/elfutils/0.153/m4/ |
iconv.m4 | 77 static const char input[] = "\342\202\254"; /* EURO SIGN */
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
LoggingPrintStreamTest.java | 132 builder.append("\u20AC"); // a Euro character; 3 bytes in UTF-8
|
/libcore/luni/src/main/java/java/util/ |
Currency.java | 77 if (!variant.isEmpty() && (variant.equals("EURO") || variant.equals("HK") ||
|
ResourceBundle.java | 52 * current currency (Euro) and the {@code PREEURO} variant bundle would return the old 65 * the time before the Euro) 67 * the time before the Euro) [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 128 * currencySymbol = [U+20ac] // EURO SIGN
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
iconv.m4 | 77 static const char input[] = "\342\202\254"; /* EURO SIGN */
|
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 42 "EURO Band",
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucurr.cpp | 66 // Variant for legacy pre-euro mapping in CurrencyMap 69 // Variant for legacy euro mapping in CurrencyMap 70 static const char VAR_EURO[] = "EURO"; 76 // Variant for legacy euro mapping in CurrencyMap 181 // recognize two variant names, EURO and PREEURO. 399 Get the second item when PREEURO is requested, and this is a known Euro country. 400 If the requested variant is PREEURO, and this isn't a Euro country, assume 401 that the country changed over to the Euro in the future. This is probably [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
id3_parser.js | 506 'Euro-Techno', 605 'Euro-House',
|
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | [all...] |
/external/bison/m4/ |
iconv.m4 | 88 static const char input[] = "\342\202\254"; /* EURO SIGN */
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 58 * <em>Example:</em> If an Euro-symbol (?) appears in the byte buffer (0xE2, 0x82, 0xAC),
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_khmer1.xml | 41 U+20AC: "?" EURO SIGN -->
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
Symbols.java | 65 // U+20AC: "?" EURO SIGN
|