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

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp220 unsigned TMP = 0; local
223 TMP *= 10;
224 TMP += P[0] - '0';
229 N = TMP;
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp2346 UChar TMP[4]; local
2358 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2370 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2371 tempStr.setTo(TMP);
2383 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2384 tempStr.setTo(TMP);
2396 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2397 tempStr.setTo(TMP);
2410 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2411 tempStr.setTo(TMP);
[all...]
H A Dnumfmtst.cpp1752 UChar TMP[4]; local
1762 ucurr_forLocale("en_US", TMP, 4, &status);
1763 if (u_strcmp(YEN, TMP) != 0) {
1767 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1768 if (u_strcmp(QQQ, TMP) != 0) {
1772 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1782 ucurr_forLocale("en_US", TMP, 4, &status);
1783 if (u_strcmp(USD, TMP) != 0) {
1788 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1789 if (u_strcmp(QQQ, TMP) !
[all...]

Completed in 196 milliseconds