Searched refs:RBBIRuleChar (Results 1 – 4 of 4) sorted by relevance
54 struct RBBIRuleChar { struct57 RBBIRuleChar() : fChar(0), fEscaped(FALSE) {}; in RBBIRuleChar() argument65 void nextChar(RBBIRuleChar &c); // Get the next char from the input stream.68 UBool push(const RBBIRuleChar &c); // Push (unget) one character.109 RBBIRuleChar fC; // Current char for parse state machine
895 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) { in nextChar()
32 static class RBBIRuleChar { class in RBBIRuleScanner51 RBBIRuleChar fC = new RBBIRuleChar(); // Current char for parse state machine761 void nextChar(RBBIRuleChar c) { in nextChar()
31 static class RBBIRuleChar { class in RBBIRuleScanner50 RBBIRuleChar fC = new RBBIRuleChar(); // Current char for parse state machine760 void nextChar(RBBIRuleChar c) { in nextChar()