Home | History | Annotate | Download | only in common

Lines Matching refs:s8

923     const uint8_t *s8=(const uint8_t *)ut->context;
944 while (ut->c<ix && s8[ut->c]!=0) {
948 if (s8[ut->c] == 0) {
1175 U8_SET_CP_START(s8, 0, ix);
1201 c = s8[srcIx];
1220 U8_NEXT(s8, srcIx, strLen, c);
1289 U8_SET_CP_START(s8, 0, ix);
1325 c = s8[srcIx];
1341 c=utf8_prevCharSafeBody(s8, 0, &srcIx, c, -1);