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

/external/icu/icu4c/source/i18n/
H A Dunum.cpp834 UErrorCode tStatus = U_ZERO_ERROR; local
842 status = &tStatus;
H A Duregex.cpp1828 UErrorCode tStatus = U_ZERO_ERROR; // Want to ignore any buffer overflow errors so that the strings are still counted local
1858 &destBuf[destIdx], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus);
1859 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1860 tStatus = U_ZERO_ERROR;
1862 *status = tStatus;
1878 tStatus = U_ZERO_ERROR;
1883 &tStatus);
1886 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1887 tStatus = U_ZERO_ERROR;
1889 *status = tStatus;
[all...]

Completed in 107 milliseconds