Lines Matching full:sindex
8032 int32_t sIndex = 0, tIndex = 0;
8048 sChar=source[sIndex++];
8054 if(sIndex==sLen) {
8058 sChar=source[sIndex++];
8069 sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen);
8152 sLen = sIndex; tLen = tIndex;
8163 sIndex = 0; tIndex = 0;
8166 if(sIndex==sLen) {
8170 sChar=source[sIndex++];
8173 sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen);
8217 sIndex = sLen; tIndex = tLen;
8220 if(sIndex==0) {
8224 sChar=source[--sIndex];
8268 sIndex = 0; tIndex = 0;
8272 if(sIndex==sLen) {
8276 sChar=source[sIndex++];
8279 sOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, sOrder, source, &sIndex, sLen);