Home | History | Annotate | Download | only in intltest

Lines Matching refs:TMP

1232     UChar tmp[4];
1235 ucurr_forLocale("en_US", tmp, 4, &status);
1236 resultStr.setTo(tmp);
1240 ucurr_forLocale("en_US_EURO", tmp, 4, &status);
1241 resultStr.setTo(tmp);
1245 ucurr_forLocale("en_GB_EURO", tmp, 4, &status);
1246 resultStr.setTo(tmp);
1250 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status);
1251 resultStr.setTo(tmp);
1255 ucurr_forLocale("en_US_Q", tmp, 4, &status);
1256 resultStr.setTo(tmp);
1260 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status);
2217 UChar TMP[4];
2229 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2241 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2242 tempStr.setTo(TMP);
2254 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2255 tempStr.setTo(TMP);
2267 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2268 tempStr.setTo(TMP);
2281 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2282 tempStr.setTo(TMP);
2287 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2288 tempStr.setTo(TMP);
2293 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2294 tempStr.setTo(TMP);
2299 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status);
2300 tempStr.setTo(TMP);
2312 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2313 tempStr.setTo(TMP);
2318 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2319 tempStr.setTo(TMP);
2324 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2325 tempStr.setTo(TMP);
2337 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2338 tempStr.setTo(TMP);
2343 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2344 tempStr.setTo(TMP);
2356 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2357 tempStr.setTo(TMP);
2370 resLen = ucurr_forLocaleAndDate("eo_UA", date, index, TMP, 4, &status);
2377 resLen = ucurr_forLocaleAndDate("eo_UA", date, 100, TMP, 4, &status);
2383 resLen = ucurr_forLocaleAndDate("eo_UA", date, 0, TMP, 4, &status);
2396 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 1, TMP, 4, &status);
2401 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 0, TMP, 4, &status);
2414 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2415 tempStr.setTo(TMP);
2427 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2428 tempStr.setTo(TMP);
2433 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2434 tempStr.setTo(TMP);
2446 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2447 tempStr.setTo(TMP);
2452 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2453 tempStr.setTo(TMP);
2465 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2466 tempStr.setTo(TMP);
2478 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2491 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 1, TMP, 4, &status);
2492 tempStr.setTo(TMP);
2497 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 2, TMP, 4, &status);
2498 tempStr.setTo(TMP);
2514 ucurr_forLocaleAndDate("en_US", date, 1, TMP, 4, &status);
2515 if (u_strcmp(USD, TMP) != 0) {
2518 ucurr_forLocaleAndDate("en_US_PREEURO", date, 1, TMP, 4, &status);
2519 if (u_strcmp(USD, TMP) != 0) {
2522 ucurr_forLocaleAndDate("en_US_Q", date, 1, TMP, 4, &status);
2523 if (u_strcmp(USD, TMP) != 0) {