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

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp223 unsigned TMP = 0; local
226 TMP *= 10;
227 TMP += P[0] - '0';
232 N = TMP;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp2223 UChar TMP[4]; local
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);
[all...]
H A Dnumfmtst.cpp1747 UChar TMP[4]; local
1757 ucurr_forLocale("en_US", TMP, 4, &status);
1758 if (u_strcmp(YEN, TMP) != 0) {
1762 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1763 if (u_strcmp(QQQ, TMP) != 0) {
1767 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1777 ucurr_forLocale("en_US", TMP, 4, &status);
1778 if (u_strcmp(USD, TMP) != 0) {
1783 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1784 if (u_strcmp(QQQ, TMP) !
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp2223 UChar TMP[4]; local
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);
[all...]
H A Dnumfmtst.cpp1751 UChar TMP[4]; local
1761 ucurr_forLocale("en_US", TMP, 4, &status);
1762 if (u_strcmp(YEN, TMP) != 0) {
1766 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1767 if (u_strcmp(QQQ, TMP) != 0) {
1771 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
1781 ucurr_forLocale("en_US", TMP, 4, &status);
1782 if (u_strcmp(USD, TMP) != 0) {
1787 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
1788 if (u_strcmp(QQQ, TMP) !
[all...]

Completed in 369 milliseconds