Home | History | Annotate | Download | only in i18n

Lines Matching full:sbuf

7011         const UChar *sBuf = sColl->string;
7022 sColl->nfd->normalize(UnicodeString((sColl->flags & UCOL_ITER_HASLEN) == 0, sBuf, sLen),
7033 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);