Home
last modified time | relevance | path

Searched refs:IsFastParseJsonString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h251 bool IsFastParseJsonString(bool &isFastString);
275 bool IsFastParseJsonString(bool &isFastString, bool &isAscii);
Djson_parser.cpp1181 if (UNLIKELY(*end_ != '"' || current_ == end_ || !IsFastParseJsonString(isFastString))) { in ParseString()
1221 bool Utf8JsonParser::IsFastParseJsonString(bool &isFastString) in IsFastParseJsonString() function in panda::ecmascript::base::Utf8JsonParser
1276 … if (UNLIKELY(*end_ != '"' || current_ == end_ || !IsFastParseJsonString(isFastString, isAscii))) { in ParseString()
1318 bool Utf16JsonParser::IsFastParseJsonString(bool &isFastString, bool &isAscii) in IsFastParseJsonString() function in panda::ecmascript::base::Utf16JsonParser