/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml-special.ent | 80 <!ENTITY euro "€"> <!-- euro sign, U+20AC NEW -->
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml-special.ent | 80 <!ENTITY euro "€"> <!-- euro sign, U+20AC NEW -->
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml-special.ent | 80 <!ENTITY euro "€"> <!-- euro sign, U+20AC NEW -->
|
/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 209 String[] euro = new String[] {"EUR", "\u20ac"}; local 232 for (j = 0; j < euro.length; j++) { 233 if (currE.getSymbol(loc1[i]).equals(euro[j])) { 240 + " the Euro currency returned " 243 + Arrays.toString(euro), flag);
|
/external/e2fsprogs/intl/ |
config.charset | 141 echo "$l.iso-8859-15@euro ISO-8859-15" 142 echo "$l@euro ISO-8859-15" 146 echo "$l.cp-1252@euro CP1252" 149 echo "$l.utf-8@euro UTF-8" 180 echo "$l.cp-1253@euro CP1253" 182 echo "$l.utf-8@euro UTF-8"
|
/external/icu4c/test/intltest/ |
loctest.cpp | 48 // (part of Euro support). 1149 UChar euro = 0x20ac; local [all...] |
restest.cpp | 584 { "te_IN_BLAH@currency=euro", "array_2d_only_in_te_IN", "te_IN", "te_IN" },
|
/external/webkit/Source/WebCore/platform/text/mac/ |
character-sets.txt | 1206 Alias: PC-Multilingual-850+euro 1213 Alias: ebcdic-Latin9--euro 1220 Alias: ebcdic-us-37+euro 1227 Alias: ebcdic-de-273+euro 1234 Alias: ebcdic-dk-277+euro 1235 Alias: ebcdic-no-277+euro [all...] |
/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/icu4c/test/cintltst/ |
cloctst.c | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 311 euro=8364
|
/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 | 74 if (!variant.isEmpty() && (variant.equals("EURO") || variant.equals("HK") ||
|
ResourceBundle.java | 53 * current currency (Euro) and the {@code PREEURO} variant bundle would return the old 66 * the time before the Euro) 68 * 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/icu4c/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/icu4c/i18n/unicode/ |
ucurr.h | 88 * Only the country code and the two variants EURO and PRE_EURO are
|
/external/libvpx/examples/includes/geshi/geshi/ |
d.php | 74 "ldquo|rdquo|bdquo|dagger|Dagger|permil|lsaquo|rsaquo|euro|nbsp|".
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
TextBreakIteratorGtk.cpp | 319 // FIXME: UBRK_WORD case: Single multibyte characters (i.e. white space around them), such as the euro symbol ?,
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
GsmAlphabetTest.java | 70 // euro symbol
|
SmsMessageBodyTest.java | 69 // Euro currency symbol 140 // Euro symbol is present in several tables
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CurrencyTest.java | 274 // euro tests
|
/external/chromium/chrome/browser/extensions/ |
key_identifier_conversion_views.cc | 279 { {"Euro", "", "U+20AC"}, ui::VKEY_UNKNOWN, 0 },
|