Home | History | Annotate | Download | only in intltest

Lines Matching refs:TMP

1204     UChar tmp[4];
1207 ucurr_forLocale("en_US", tmp, 4, &status);
1208 resultStr.setTo(tmp);
1212 ucurr_forLocale("en_US_EURO", tmp, 4, &status);
1213 resultStr.setTo(tmp);
1217 ucurr_forLocale("en_GB_EURO", tmp, 4, &status);
1218 resultStr.setTo(tmp);
1222 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status);
1223 resultStr.setTo(tmp);
1227 ucurr_forLocale("en_US_Q", tmp, 4, &status);
1228 resultStr.setTo(tmp);
1232 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status);
2146 UChar TMP[4];
2158 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2170 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2171 tempStr.setTo(TMP);
2183 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2184 tempStr.setTo(TMP);
2196 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2197 tempStr.setTo(TMP);
2210 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2211 tempStr.setTo(TMP);
2216 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2217 tempStr.setTo(TMP);
2222 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2223 tempStr.setTo(TMP);
2228 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status);
2229 tempStr.setTo(TMP);
2241 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2242 tempStr.setTo(TMP);
2247 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2248 tempStr.setTo(TMP);
2253 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status);
2254 tempStr.setTo(TMP);
2266 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2267 tempStr.setTo(TMP);
2272 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status);
2273 tempStr.setTo(TMP);
2285 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2286 tempStr.setTo(TMP);
2299 resLen = ucurr_forLocaleAndDate("eo_UA", date, index, TMP, 4, &status);
2306 resLen = ucurr_forLocaleAndDate("eo_UA", date, 100, TMP, 4, &status);
2312 resLen = ucurr_forLocaleAndDate("eo_UA", date, 0, TMP, 4, &status);
2325 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 1, TMP, 4, &status);
2330 resLen = ucurr_forLocaleAndDate("eo_QQ", date, 0, TMP, 4, &status);
2343 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2344 tempStr.setTo(TMP);
2356 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2357 tempStr.setTo(TMP);
2362 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2363 tempStr.setTo(TMP);
2375 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2376 tempStr.setTo(TMP);
2381 resLen = ucurr_forLocaleAndDate("eo_AO", date, 2, TMP, 4, &status);
2382 tempStr.setTo(TMP);
2394 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2395 tempStr.setTo(TMP);
2407 resLen = ucurr_forLocaleAndDate("eo_AO", date, 1, TMP, 4, &status);
2420 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 1, TMP, 4, &status);
2421 tempStr.setTo(TMP);
2426 resLen = ucurr_forLocaleAndDate("eo_DE@currency=DEM", date, 2, TMP, 4, &status);
2427 tempStr.setTo(TMP);
2443 ucurr_forLocaleAndDate("en_US", date, 1, TMP, 4, &status);
2444 if (u_strcmp(USD, TMP) != 0) {
2447 ucurr_forLocaleAndDate("en_US_PREEURO", date, 1, TMP, 4, &status);
2448 if (u_strcmp(USD, TMP) != 0) {
2451 ucurr_forLocaleAndDate("en_US_Q", date, 1, TMP, 4, &status);
2452 if (u_strcmp(USD, TMP) != 0) {