Lines Matching full:sindex
812 const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
815 int32_t i2 = sIndex + 1;
817 uint8_t t1 = s8[sIndex];
819 sIndex += 2;
835 const uint8_t *s8, int32_t &sIndex) {
840 return table[((c - 0xc2) << 6) + s8[sIndex++]]; // 0080..017F
842 uint8_t t2 = s8[sIndex + 1];
843 sIndex += 2;
855 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) {
863 sLength = sIndex - 1;
869 if(sIndex != sLength) {
872 int32_t nextIndex = sIndex;
912 sLength = sIndex;
927 sIndex = nextIndex;