Lines Matching full:uc32
44 inline uc32 Advance() {
47 return static_cast<uc32>(*(buffer_cursor_++));
86 static const uc32 kEndOfInput = -1;
465 uc32 ScanOctalEscape(uc32 c, int length);
508 INLINE(void AddLiteralChar(uc32 c)) {
513 INLINE(void AddRawLiteralChar(uc32 c)) {
547 uc32 c1 = source_->Advance();
556 void PushBack(uc32 ch) {
557 if (ch > static_cast<uc32>(unibrow::Utf16::kMaxNonSurrogateCharCode)) {
571 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
632 uc32 ScanHexNumber(int expected_length);
637 uc32 ScanUnlimitedLengthHexNumber(int max_value);
665 uc32 ScanIdentifierUnicodeEscape();
668 uc32 ScanUnicodeEscape();
728 static const uc32 kNoBookmark = -1;
729 static const uc32 kBookmarkWasApplied = -2;
730 uc32 bookmark_c0_;
746 uc32 c0_;