Searched defs:YEN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp2490 UChar YEN[4]; local
2491 ucurr_forLocaleAndDate("ja_JP", date, 1, YEN, 4, &status);
H A Dnumfmtst.cpp1475 UChar YEN[4]; local
1476 ucurr_forLocale("ja_JP", YEN, 4, &status);
1484 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status);
1488 if (u_strcmp(YEN, TMP) != 0) {
1489 errln("FAIL: didn't return YEN registered for en_US");
/external/icu4c/test/intltest/
H A Dloctest.cpp2515 UChar YEN[4]; local
2516 ucurr_forLocaleAndDate("ja_JP", date, 1, YEN, 4, &status);
H A Dnumfmtst.cpp1731 UChar YEN[4]; local
1732 ucurr_forLocale("ja_JP", YEN, 4, &status);
1740 UCurrRegistryKey enkey = ucurr_register(YEN, "en_US", &status);
1744 if (u_strcmp(YEN, TMP) != 0) {
1745 errln("FAIL: didn't return YEN registered for en_US");

Completed in 218 milliseconds