Home
last modified time | relevance | path

Searched refs:ParseUnicodeEscape (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h154 util::Status ParseUnicodeEscape();
Djson_stream_parser.cc389 util::Status result = ParseUnicodeEscape(); in ParseStringHelper()
465 util::Status JsonStreamParser::ParseUnicodeEscape() { in ParseUnicodeEscape() function in google::protobuf::util::converter::JsonStreamParser
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc205 bool ParseUnicodeEscape(base::uc32* value);
1105 if (!ParseUnicodeEscape(&c)) { in ParseCaptureGroupName()
1391 bool RegExpParserImpl<CharT>::ParseUnicodeEscape(base::uc32* value) { in ParseUnicodeEscape() function in v8::internal::__anonb9b760c60111::RegExpParserImpl
1829 if (ParseUnicodeEscape(&value)) { in ParseCharacterEscape()