Home | History | Annotate | Download | only in i18n

Lines Matching refs:tStatus

1799     UErrorCode  tStatus = U_ZERO_ERROR;   // Want to ignore any buffer overflow errors so that the strings are still counted
1829 &destBuf[destIdx], REMAINING_CAPACITY(destIdx, destCapacity), &tStatus);
1830 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1831 tStatus = U_ZERO_ERROR;
1833 *status = tStatus;
1849 tStatus = U_ZERO_ERROR;
1854 &tStatus);
1857 if (tStatus == U_BUFFER_OVERFLOW_ERROR) {
1858 tStatus = U_ZERO_ERROR;
1860 *status = tStatus;