Lines Matching defs:cp
50 static bool IsDecimalDigit(char32_t cp) in IsDecimalDigit()
55 static bool IsOctalDigit(char32_t cp) in IsOctalDigit()
60 static bool IsHexDigit(char32_t cp) in IsHexDigit()
66 static uint32_t DigitValue(char32_t cp) in DigitValue()
71 static uint32_t HexValue(char32_t cp) in HexValue()
127 char32_t cp = Peek(); in ParseAlternative() local
185 char32_t cp = Next(); in ParseAlternativeCharLeftParen() local
277 char32_t cp = Peek(); in ParseControlEscape() local
296 char32_t cp = Next(); in ParseClassAtom() local
382 static bool IsClassEscape(uint32_t cp) in IsClassEscape()
460 char32_t cp = Peek(); in ParseAtomEscape() local
471 void RegExpParser::ParseAtomEscapeSwitch(char32_t cp) in ParseAtomEscapeSwitch()
741 void RegExpParser::ValidateGroupNameElement(char32_t cp) in ValidateGroupNameElement()
841 char32_t cp = Peek(); in ParsePatternCharacter() local
850 static bool IsIdStart(uint32_t cp) in IsIdStart()
857 static bool IsIdCont(uint32_t cp) in IsIdCont()
866 char32_t cp = Next(); in ParseIdent() local