Home | History | Annotate | Download | only in intltest

Lines Matching defs:TMP

1747     UChar TMP[4];
1757 ucurr_forLocale("en_US", TMP, 4, &status);
1758 if (u_strcmp(YEN, TMP) != 0) {
1762 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1763 if (u_strcmp(QQQ, TMP) != 0) {
1767 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1777 ucurr_forLocale("en_US", TMP, 4, &status);
1778 if (u_strcmp(USD, TMP) != 0) {
1783 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1784 if (u_strcmp(QQQ, TMP) != 0) {
1788 ucurr_forLocale("en_US_BLAH", TMP, 4, &status);
1789 if (u_strcmp(USD, TMP) != 0) {
1798 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1799 if (u_strcmp(EUR, TMP) != 0) {