Searched refs:tStatus (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duregex.cpp1826 UErrorCode tStatus = U_ZERO_ERROR; // Want to ignore any buffer overflow errors so that the strings are still counted local
1856 &destBuf[destIdx], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus);
1857 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1858 tStatus = U_ZERO_ERROR;
1860 *status = tStatus;
1876 tStatus = U_ZERO_ERROR;
1881 &tStatus);
1884 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1885 tStatus = U_ZERO_ERROR;
1887 *status = tStatus;
[all...]
H A Dunum.cpp748 UErrorCode tStatus = U_ZERO_ERROR; local
756 status = &tStatus;

Completed in 96 milliseconds