Home | History | Annotate | Download | only in i18n

Lines Matching refs:tBuf

6935         const UChar *tBuf = tColl->string;
6947 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
6955 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);