Home | History | Annotate | Download | only in i18n

Lines Matching defs:tLen

7309         int32_t tLen      = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -1;
7322 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
7330 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
8045 int32_t tLen,
8081 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8095 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8102 if(tLen==-1) { // handling zero terminated strings
8116 if(tIndex==tLen) {
8127 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8133 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8138 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8171 sLen = sIndex; tLen = tIndex;
8197 if(tIndex==tLen) {
8207 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8233 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
8236 sIndex = sLen; tIndex = tLen;
8302 if(tIndex==tLen) {
8312 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);