/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 860 class ParseCurrencyItem { in TestParseCurrency() class 870 …ParseCurrencyItem(String locStr, String desc, String curr, int doubExPos, int doubExVal, int curEx… in TestParseCurrency() method in NumberFormatTest.ParseCurrencyItem 891 final ParseCurrencyItem[] parseCurrencyItems = { in TestParseCurrency() 892 … new ParseCurrencyItem( "en_US", "dollars2", "$2.00", 5, 2, 5, 2, "USD" ), in TestParseCurrency() 893 … new ParseCurrencyItem( "en_US", "dollars4", "$4", 2, 4, 2, 4, "USD" ), in TestParseCurrency() 894 … new ParseCurrencyItem( "en_US", "dollars9", "9\u00A0$", 3, 9, 3, 9, "USD" ), in TestParseCurrency() 895 … new ParseCurrencyItem( "en_US", "pounds3", "\u00A33.00", 0, 0, 5, 3, "GBP" ), in TestParseCurrency() 896 … new ParseCurrencyItem( "en_US", "pounds5", "\u00A35", 0, 0, 2, 5, "GBP" ), in TestParseCurrency() 897 … new ParseCurrencyItem( "en_US", "pounds7", "7\u00A0\u00A3", 1, 7, 3, 7, "GBP" ), in TestParseCurrency() 898 … new ParseCurrencyItem( "en_US", "euros8", "\u20AC8", 0, 0, 2, 8, "EUR" ), in TestParseCurrency() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 857 class ParseCurrencyItem { in TestParseCurrency() class 867 …ParseCurrencyItem(String locStr, String desc, String curr, int doubExPos, int doubExVal, int curEx… in TestParseCurrency() method in NumberFormatTest.ParseCurrencyItem 888 final ParseCurrencyItem[] parseCurrencyItems = { in TestParseCurrency() 889 … new ParseCurrencyItem( "en_US", "dollars2", "$2.00", 5, 2, 5, 2, "USD" ), in TestParseCurrency() 890 … new ParseCurrencyItem( "en_US", "dollars4", "$4", 2, 4, 2, 4, "USD" ), in TestParseCurrency() 891 … new ParseCurrencyItem( "en_US", "dollars9", "9\u00A0$", 3, 9, 3, 9, "USD" ), in TestParseCurrency() 892 … new ParseCurrencyItem( "en_US", "pounds3", "\u00A33.00", 0, 0, 5, 3, "GBP" ), in TestParseCurrency() 893 … new ParseCurrencyItem( "en_US", "pounds5", "\u00A35", 0, 0, 2, 5, "GBP" ), in TestParseCurrency() 894 … new ParseCurrencyItem( "en_US", "pounds7", "7\u00A0\u00A3", 1, 7, 3, 7, "GBP" ), in TestParseCurrency() 895 … new ParseCurrencyItem( "en_US", "euros8", "\u20AC8", 0, 0, 2, 8, "EUR" ), in TestParseCurrency() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 1036 } ParseCurrencyItem; typedef 1038 static const ParseCurrencyItem parseCurrencyItems[] = { 1066 const ParseCurrencyItem * itemPtr; in TestParseCurrency()
|