Home | History | Annotate | Download | only in intltest

Lines Matching defs:TMP

1751     UChar TMP[4];
1761 ucurr_forLocale("en_US", TMP, 4, &status);
1762 if (u_strcmp(YEN, TMP) != 0) {
1766 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1767 if (u_strcmp(QQQ, TMP) != 0) {
1771 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1781 ucurr_forLocale("en_US", TMP, 4, &status);
1782 if (u_strcmp(USD, TMP) != 0) {
1787 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1788 if (u_strcmp(QQQ, TMP) != 0) {
1792 ucurr_forLocale("en_US_BLAH", TMP, 4, &status);
1793 if (u_strcmp(USD, TMP) != 0) {
1802 TMP, 4, &status);
1803 if (u_strcmp(EUR, TMP) != 0) {