Home | History | Annotate | Download | only in src

Lines Matching full:uc32

49 inline int HexValue(uc32 c) {
71 inline uc32 Advance() {
74 return static_cast<uc32>(*(buffer_cursor_++));
111 static const uc32 kEndOfInput = -1;
440 uc32 ScanOctalEscape(uc32 c, int length);
510 INLINE(void AddLiteralChar(uc32 c)) {
533 void PushBack(uc32 ch) {
543 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
553 uc32 ScanHexNumber(int expected_length);
577 uc32 ScanIdentifierUnicodeEscape();
605 uc32 c0_;