Searched defs:TMP (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp218 unsigned TMP = 0; local
221 TMP *= 10;
222 TMP += P[0] - '0';
227 N = TMP;
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp2349 UChar TMP[4]; local
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);
[all...]
H A Dnumfmtst.cpp2200 UChar TMP[4]; local
2210 ucurr_forLocale("en_US", TMP, 4, &status);
2211 if (u_strcmp(YEN, TMP) != 0) {
2215 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
2216 if (u_strcmp(QQQ, TMP) != 0) {
2220 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
2230 ucurr_forLocale("en_US", TMP, 4, &status);
2231 if (u_strcmp(USD, TMP) != 0) {
2236 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
2237 if (u_strcmp(QQQ, TMP) !
[all...]

Completed in 131 milliseconds