Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duregex.cpp1794 …UErrorCode tStatus = U_ZERO_ERROR; // Want to ignore any buffer overflow errors so that the str… in split() local
1824 … &destBuf[destIdx], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus); in split()
1825 if (tStatus == U_BUFFER_OVERFLOW_ERROR) { in split()
1826 tStatus = U_ZERO_ERROR; in split()
1828 *status = tStatus; in split()
1844 tStatus = U_ZERO_ERROR; in split()
1845 …rExpression*)regexp, groupNum, destFields[i], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus); in split()
1848 if (tStatus == U_BUFFER_OVERFLOW_ERROR) { in split()
1849 tStatus = U_ZERO_ERROR; in split()
1851 *status = tStatus; in split()
Dunum.cpp904 UErrorCode tStatus = U_ZERO_ERROR; in unum_applyPattern() local
912 status = &tStatus; in unum_applyPattern()