Lines Matching refs:tLen
6936 int32_t tLen = 0; in ucol_checkIdent() local
6954 tLen = (tColl->flags & UCOL_ITER_HASLEN) ? tColl->endp - tColl->string : -1; in ucol_checkIdent()
6990 if (unorm_quickCheck(tBuf, tLen, UNORM_NFD, status) != UNORM_YES) { in ucol_checkIdent()
6991 tLen = unorm_decompose(tColl->writableBuffer, (int32_t)tColl->writableBufSize, in ucol_checkIdent()
6992 tBuf, tLen, in ucol_checkIdent()
6998 (int32_t *)&tColl->writableBufSize, tLen, in ucol_checkIdent()
7005 tLen = unorm_decompose(tColl->writableBuffer, (int32_t)tColl->writableBufSize, in ucol_checkIdent()
7006 tBuf, tLen, in ucol_checkIdent()
7021 if (sLen == -1 && tLen == -1) { in ucol_checkIdent()
7027 if (tLen == -1) { in ucol_checkIdent()
7028 tLen = u_strlen(tBuf); in ucol_checkIdent()
7030 comparison = u_memcmpCodePointOrder(sBuf, tBuf, uprv_min(sLen, tLen)); in ucol_checkIdent()
7032 comparison = sLen - tLen; in ucol_checkIdent()
7724 int32_t tLen, in ucol_strcollUseLatin1() argument
7783 if(tLen==-1) { // handling zero terminated strings in ucol_strcollUseLatin1()
7797 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7815 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
7854 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
7880 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7890 … tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
7920 sIndex = sLen; tIndex = tLen; in ucol_strcollUseLatin1()
7986 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7996 … tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
8025 IInit_collIterate(coll, target, tLen, &tColl); in ucol_strcollUseLatin1()