Lines Matching defs:TMP

2349 	UChar TMP[4];
2361 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2373 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2374 tempStr.setTo(TMP);
2386 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2387 tempStr.setTo(TMP);
2399 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2400 tempStr.setTo(TMP);
2413 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2414 tempStr.setTo(TMP);
2419 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2420 tempStr.setTo(TMP);
2425 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2426 tempStr.setTo(TMP);
2431 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status);
2432 tempStr.setTo(TMP);
2444 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2445 tempStr.setTo(TMP);
2450 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2451 tempStr.setTo(TMP);
2456 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2457 tempStr.setTo(TMP);
2469 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2470 tempStr.setTo(TMP);
2475 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2476 tempStr.setTo(TMP);
2488 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2489 tempStr.setTo(TMP);
2502 resLen = ucurr_forLocaleAndDate("eo_UA", date, index, TMP, 4, &status);
2509 resLen = ucurr_forLocaleAndDate("eo_UA", date, 100, TMP, 4, &status);
2515 resLen = ucurr_forLocaleAndDate("eo_UA", date, 0, TMP, 4, &status);
2528 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 1, TMP, 4, &status);
2533 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 0, TMP, 4, &status);
2546 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2547 tempStr.setTo(TMP);
2559 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2560 tempStr.setTo(TMP);
2565 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2566 tempStr.setTo(TMP);
2578 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2579 tempStr.setTo(TMP);
2584 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2585 tempStr.setTo(TMP);
2597 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2598 tempStr.setTo(TMP);
2610 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2623 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 1, TMP, 4, &status);
2624 tempStr.setTo(TMP);
2629 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 2, TMP, 4, &status);
2630 tempStr.setTo(TMP);
2646 ucurr_forLocaleAndDate("en_US", date, 1, TMP, 4, &status);
2647 if (u_strcmp(USD, TMP) != 0) {
2650 ucurr_forLocaleAndDate("en_US_PREEURO", date, 1, TMP, 4, &status);
2651 if (u_strcmp(USD, TMP) != 0) {
2654 ucurr_forLocaleAndDate("en_US_Q", date, 1, TMP, 4, &status);
2655 if (u_strcmp(USD, TMP) != 0) {