Home | History | Annotate | Download | only in intltest

Lines Matching defs: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);
2223 UChar TMP[4];
2235 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2247 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2248 tempStr.setTo(TMP);
2260 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2261 tempStr.setTo(TMP);
2273 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2274 tempStr.setTo(TMP);
2287 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2288 tempStr.setTo(TMP);
2293 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2294 tempStr.setTo(TMP);
2299 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2300 tempStr.setTo(TMP);
2305 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status);
2306 tempStr.setTo(TMP);
2318 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2319 tempStr.setTo(TMP);
2324 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2325 tempStr.setTo(TMP);
2330 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2331 tempStr.setTo(TMP);
2343 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2344 tempStr.setTo(TMP);
2349 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2350 tempStr.setTo(TMP);
2362 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2363 tempStr.setTo(TMP);
2376 resLen = ucurr_forLocaleAndDate("eo_UA", date, index, TMP, 4, &status);
2383 resLen = ucurr_forLocaleAndDate("eo_UA", date, 100, TMP, 4, &status);
2389 resLen = ucurr_forLocaleAndDate("eo_UA", date, 0, TMP, 4, &status);
2402 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 1, TMP, 4, &status);
2407 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 0, TMP, 4, &status);
2420 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2421 tempStr.setTo(TMP);
2433 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2434 tempStr.setTo(TMP);
2439 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2440 tempStr.setTo(TMP);
2452 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2453 tempStr.setTo(TMP);
2458 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2459 tempStr.setTo(TMP);
2471 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2472 tempStr.setTo(TMP);
2484 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2497 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 1, TMP, 4, &status);
2498 tempStr.setTo(TMP);
2503 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 2, TMP, 4, &status);
2504 tempStr.setTo(TMP);
2520 ucurr_forLocaleAndDate("en_US", date, 1, TMP, 4, &status);
2521 if (u_strcmp(USD, TMP) != 0) {
2524 ucurr_forLocaleAndDate("en_US_PREEURO", date, 1, TMP, 4, &status);
2525 if (u_strcmp(USD, TMP) != 0) {
2528 ucurr_forLocaleAndDate("en_US_Q", date, 1, TMP, 4, &status);
2529 if (u_strcmp(USD, TMP) != 0) {