Home | History | Annotate | Download | only in i18n

Lines Matching refs:tStatus

1793     UErrorCode  tStatus = U_ZERO_ERROR;   // Want to ignore any buffer overflow errors so that the strings are still counted
1823 &destBuf[destIdx], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus);
1824 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1825 tStatus = U_ZERO_ERROR;
1827 *status = tStatus;
1843 tStatus = U_ZERO_ERROR;
1848 &tStatus);
1851 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1852 tStatus = U_ZERO_ERROR;
1854 *status = tStatus;