Home | History | Annotate | Download | only in i18n

Lines Matching refs:tLen

7184         int32_t tLen      = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -1;
7197 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
7205 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7906 int32_t tLen,
7942 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7956 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7963 if(tLen==-1) { // handling zero terminated strings
7977 if(tIndex==tLen) {
7988 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7994 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7999 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8032 sLen = sIndex; tLen = tIndex;
8058 if(tIndex==tLen) {
8068 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8094 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8097 sIndex = sLen; tIndex = tLen;
8163 if(tIndex==tLen) {
8173 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);