Searched refs:JPY (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTestCases.txt80 fpc: - 1234.56/JPY "¥1,235" 1235/JPY
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTestCases.txt80 fpc: - 1234.56/JPY "¥1,235" 1235/JPY
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1171 {"en_US@currency=JPY", "\\u00A51,150"},
1284 1234.56, CharsToUnicodeString("1 235 JPY")); // Yen
3107 // This test is flaky b/c the symbols for CNY and JPY are equivalent in this locale - FIXME
3110 static const UChar JPY[] = {0x4A, 0x50, 0x59, 0};
3120 expectParseCurrency(*fmt, JPY, 1235, "\\u00A51,235");
3122 expectParseCurrency(*fmt, JPY, 1235, "\\uFFE51,235");
3138 expectParseCurrency(*fmtJP, JPY, 1235, "\\u00A51,235");
3140 expectParseCurrency(*fmtJP, JPY, 1235, "\\uFFE51,235");
3946 {"zh_Hant", "1", "JPY", "\\u00A51.00", "JPY1.00", "1.00 \\u65e5\\u5713"},
3947 {"ja_JP", "1", "JPY", "\\uFFE5
8457 UChar JPY[] = {0x4A, 0x50, 0x59, 0x0}; local
[all...]

Completed in 103 milliseconds