Home | History | Annotate | Download | only in intltest

Lines Matching defs:euro

49         // (part of Euro support).
1158 * Confirm that Euro support works. This test is pretty rudimentary; all it does
1159 * is check that any locales with the EURO variant format a number using the
1160 * Euro currency symbol.
1162 * ASSUME: All locales encode the Euro character "\u20AC".
1163 * If this is changed to use the single-character Euro symbol, this
1170 UChar euro = 0x20ac;
1171 const UnicodeString EURO_CURRENCY(&euro, 1, 1); // Look for this UnicodeString in formatted Euro currency
1599 "de_DE@ currency = euro; C o ll A t i o n = Phonebook ; C alen dar = buddhist ",
1600 "de_DE@calendar=buddhist;collation=Phonebook;currency=euro",
1602 //"de_DE@calendar=buddhist;collation=Phonebook;currency=euro",
1608 "de_DE@euro",
1609 "de_DE@euro",
1704 { "de_DE@ currency = euro ; CoLLaTion = PHONEBOOk ", "collation", "PHONEBOOk" },
1732 { "currency", "euro" },
1767 { "de@currency = euro; CoLLaTion = PHONEBOOk", "de" },
2141 { "en_GB@EURO", "en_GB@EURO", "en_GB@currency=EUR" }, /* POSIX ID */
2156 { "qz-qz@Euro", "qz_QZ@Euro", "qz_QZ@currency=EUR" }, /* qz-qz uses private use iso codes */
2183 /* PRE_EURO and EURO conversions don't affect other keywords */
2186 /* currency keyword overrides PRE_EURO and EURO currency */
2510 // Test Euro Support