Searched refs:tryReadNumericUCN (Results 1 – 2 of 2) sorted by relevance
773 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
3259 std::optional<uint32_t> Lexer::tryReadNumericUCN(const char *&StartPtr, in tryReadNumericUCN() function in Lexer3474 CodePointOpt = tryReadNumericUCN(StartPtr, SlashLoc, Result); in tryReadUCN()