Home | History | Annotate | Download | only in intltest

Lines Matching defs:TMP

1211     UChar tmp[4];
1214 ucurr_forLocale("en_US", tmp, 4, &status);
1215 resultStr.setTo(tmp);
1219 ucurr_forLocale("en_US_EURO", tmp, 4, &status);
1220 resultStr.setTo(tmp);
1224 ucurr_forLocale("en_GB_EURO", tmp, 4, &status);
1225 resultStr.setTo(tmp);
1229 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status);
1230 resultStr.setTo(tmp);
1234 ucurr_forLocale("en_US_Q", tmp, 4, &status);
1235 resultStr.setTo(tmp);
1239 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status);
2196 UChar TMP[4];
2208 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2220 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2221 tempStr.setTo(TMP);
2233 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2234 tempStr.setTo(TMP);
2246 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2247 tempStr.setTo(TMP);
2260 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2261 tempStr.setTo(TMP);
2266 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2267 tempStr.setTo(TMP);
2272 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2273 tempStr.setTo(TMP);
2278 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status);
2279 tempStr.setTo(TMP);
2291 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2292 tempStr.setTo(TMP);
2297 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2298 tempStr.setTo(TMP);
2303 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2304 tempStr.setTo(TMP);
2316 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2317 tempStr.setTo(TMP);
2322 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2323 tempStr.setTo(TMP);
2335 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2336 tempStr.setTo(TMP);
2349 resLen = ucurr_forLocaleAndDate("eo_UA", date, index, TMP, 4, &status);
2356 resLen = ucurr_forLocaleAndDate("eo_UA", date, 100, TMP, 4, &status);
2362 resLen = ucurr_forLocaleAndDate("eo_UA", date, 0, TMP, 4, &status);
2375 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 1, TMP, 4, &status);
2380 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 0, TMP, 4, &status);
2393 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2394 tempStr.setTo(TMP);
2406 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2407 tempStr.setTo(TMP);
2412 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2413 tempStr.setTo(TMP);
2425 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2426 tempStr.setTo(TMP);
2431 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2432 tempStr.setTo(TMP);
2444 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2445 tempStr.setTo(TMP);
2457 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2470 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 1, TMP, 4, &status);
2471 tempStr.setTo(TMP);
2476 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 2, TMP, 4, &status);
2477 tempStr.setTo(TMP);
2493 ucurr_forLocaleAndDate("en_US", date, 1, TMP, 4, &status);
2494 if (u_strcmp(USD, TMP) != 0) {
2497 ucurr_forLocaleAndDate("en_US_PREEURO", date, 1, TMP, 4, &status);
2498 if (u_strcmp(USD, TMP) != 0) {
2501 ucurr_forLocaleAndDate("en_US_Q", date, 1, TMP, 4, &status);
2502 if (u_strcmp(USD, TMP) != 0) {