Home | History | Annotate | Download | only in i18n

Lines Matching defs:sIndex

7676     int32_t sIndex = 0, tIndex = 0;
7692 sChar=source[sIndex++];
7698 if(sIndex==sLen) {
7702 sChar=source[sIndex++];
7713 sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen);
7796 sLen = sIndex; tLen = tIndex;
7807 sIndex = 0; tIndex = 0;
7810 if(sIndex==sLen) {
7814 sChar=source[sIndex++];
7817 sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen);
7861 sIndex = sLen; tIndex = tLen;
7864 if(sIndex==0) {
7868 sChar=source[--sIndex];
7912 sIndex = 0; tIndex = 0;
7916 if(sIndex==sLen) {
7920 sChar=source[sIndex++];
7923 sOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, sOrder, source, &sIndex, sLen);