Lines Matching refs:ch
294 UChar ch;
300 : data(NULL), e(NULL), p(NULL), ch(0xffff), pe(parseError), ec(status) {}
311 void inc(void) { ++p; ch = 0xffff; }
312 UBool checkInc(UChar c) { if (p < e && (ch == c || *p == c)) { inc(); return TRUE; } return FALSE; }
313 UBool check(UChar c) { return p < e && (ch == c || *p == c); }
314 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();}
377 ch = 0xffff;
508 ch = x;