Lines Matching refs:uc32
31 inline int HexValue(uc32 c) { in HexValue()
53 inline uc32 Advance() { in Advance()
56 return static_cast<uc32>(*(buffer_cursor_++)); in Advance()
93 static const uc32 kEndOfInput = -1;
480 uc32 ScanOctalEscape(uc32 c, int length);
499 INLINE(void AddLiteralChar(uc32 c)) { in INLINE()
522 void PushBack(uc32 ch) { in PushBack()
532 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()
583 uc32 ScanHexNumber(int expected_length);
609 uc32 ScanIdentifierUnicodeEscape();
641 uc32 c0_;