Home | History | Annotate | Download | only in i18n

Lines Matching full:tbuf

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