Home | History | Annotate | Download | only in i18n

Lines Matching full:tlen

7038         int32_t tLen      = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -1;
7051 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
7059 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7774 int32_t tLen,
7810 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7824 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7831 if(tLen==-1) { // handling zero terminated strings
7845 if(tIndex==tLen) {
7856 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7862 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7867 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7900 sLen = sIndex; tLen = tIndex;
7926 if(tIndex==tLen) {
7936 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
7962 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7965 sIndex = sLen; tIndex = tLen;
8031 if(tIndex==tLen) {
8041 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);
8328 int32_t tLen,
8368 return ucol_strcollRegularUTF8(coll, source, sLen, target, tLen, status);
8382 return ucol_strcollRegularUTF8(coll, source, sLen, target, tLen, status);
8389 if (tLen == -1) {
8393 tLen = tIndex;
8400 if (tIndex == tLen) {
8407 U8_NEXT(target, tIndex, tLen, tChar);
8414 return ucol_strcollRegularUTF8(coll, source, sLen, target, tLen, status);
8420 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8425 return ucol_strcollRegularUTF8(coll, source, sLen, target, tLen, status);
8458 sLen = sIndex; tLen = tIndex;
8486 if(tIndex==tLen) {
8493 U_ASSERT(tLen >= 0);
8494 U8_NEXT(target, tIndex, tLen, tChar);
8498 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8524 return ucol_strcollRegularUTF8(coll, source, sLen, target, tLen, status);
8527 sIndex = sLen; tIndex = tLen;
8597 if(tIndex==tLen) {
8604 U_ASSERT(tLen >= 0);
8605 U8_NEXT(target, tIndex, tLen, tChar);
8609 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);