Home | History | Annotate | Download | only in intltest

Lines Matching refs:TMP

1738     UChar TMP[4];
1748 ucurr_forLocale("en_US", TMP, 4, &status);
1749 if (u_strcmp(YEN, TMP) != 0) {
1753 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1754 if (u_strcmp(QQQ, TMP) != 0) {
1758 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1768 ucurr_forLocale("en_US", TMP, 4, &status);
1769 if (u_strcmp(USD, TMP) != 0) {
1774 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1775 if (u_strcmp(QQQ, TMP) != 0) {
1779 ucurr_forLocale("en_US_BLAH", TMP, 4, &status);
1780 if (u_strcmp(USD, TMP) != 0) {
1789 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1790 if (u_strcmp(EUR, TMP) != 0) {