Home | History | Annotate | Download | only in i18n

Lines Matching refs:inc

311     void inc(void) { ++p; ch = 0xffff; }
312 UBool checkInc(UChar c) { if (p < e && (ch == c || *p == c)) { inc(); return TRUE; } return FALSE; }
314 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();}
400 inc();
455 inc();
495 inc();
518 inc();