Lines Matching full:advance
595 pos++; /* advance to FROM */
596 ktab_getUtf8(&pos, from); /* get FROM and advance */
598 ktab_getUtf8(&pos, to); /* get TO and advance */
603 (*stokenType) = *(pos++); /* get TOKENTYPE and advance */
608 (*stokenSubType) = *(pos++); /* get TOKENSUBTYPE and advance */
613 (*value) = *(pos++); /* get VALUE and advance */
618 ktab_getUtf8(&pos, lowercase); /* get LOWERCASE and advance */
623 ktab_getUtf8(&pos, graphsubs1); /* get GRAPHSUBS1 and advance */
628 ktab_getUtf8(&pos, graphsubs2); /* get GRAPHSUBS2 and advance */
633 (*punct) = *(pos++); /* get PUNCT and advance */