Home | History | Annotate | Download | only in intltest

Lines Matching refs:TMP

1730     UChar TMP[4];
1740 ucurr_forLocale("en_US", TMP, 4, &status);
1741 if (u_strcmp(YEN, TMP) != 0) {
1745 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1746 if (u_strcmp(QQQ, TMP) != 0) {
1750 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1760 ucurr_forLocale("en_US", TMP, 4, &status);
1761 if (u_strcmp(USD, TMP) != 0) {
1766 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1767 if (u_strcmp(QQQ, TMP) != 0) {
1771 ucurr_forLocale("en_US_BLAH", TMP, 4, &status);
1772 if (u_strcmp(USD, TMP) != 0) {
1781 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1782 if (u_strcmp(EUR, TMP) != 0) {