Lines Matching refs:tIndex
7780 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1() local
7832 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7845 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7852 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7862 … tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
7900 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1()
7911 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
7926 if(tIndex==tLen) { in ucol_strcollUseLatin1()
7933 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
7936 … tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
7965 sIndex = sLen; tIndex = tLen; in ucol_strcollUseLatin1()
7978 if(tIndex==0) { in ucol_strcollUseLatin1()
7985 tChar=target[--tIndex]; in ucol_strcollUseLatin1()
8016 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1()
8031 if(tIndex==tLen) { in ucol_strcollUseLatin1()
8038 tChar=target[tIndex++]; in ucol_strcollUseLatin1()
8041 … tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
8334 int32_t sIndex = 0, tIndex = 0; in ucol_strcollUseLatin1UTF8() local
8390 U8_NEXT_NULLTERM(target, tIndex, tChar); in ucol_strcollUseLatin1UTF8()
8393 tLen = tIndex; in ucol_strcollUseLatin1UTF8()
8400 if (tIndex == tLen) { in ucol_strcollUseLatin1UTF8()
8407 U8_NEXT(target, tIndex, tLen, tChar); in ucol_strcollUseLatin1UTF8()
8420 … tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1UTF8()
8458 sLen = sIndex; tLen = tIndex; in ucol_strcollUseLatin1UTF8()
8469 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1UTF8()
8486 if(tIndex==tLen) { in ucol_strcollUseLatin1UTF8()
8494 U8_NEXT(target, tIndex, tLen, tChar); in ucol_strcollUseLatin1UTF8()
8498 … tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1UTF8()
8527 sIndex = sLen; tIndex = tLen; in ucol_strcollUseLatin1UTF8()
8541 if(tIndex==0) { in ucol_strcollUseLatin1UTF8()
8548 U8_PREV(target, 0, tIndex, tChar); in ucol_strcollUseLatin1UTF8()
8580 sIndex = 0; tIndex = 0; in ucol_strcollUseLatin1UTF8()
8597 if(tIndex==tLen) { in ucol_strcollUseLatin1UTF8()
8605 U8_NEXT(target, tIndex, tLen, tChar); in ucol_strcollUseLatin1UTF8()
8609 … tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1UTF8()