Home
last modified time | relevance | path

Searched defs:isAscii (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h177 bool ReadJsonStringRange(bool &isFastString, bool &isAscii) in ReadJsonStringRange()
186 bool IsFastParseJsonString(bool &isFastString, bool &isAscii) in IsFastParseJsonString()
279 bool isAscii = true; in ParseString() local
633 bool ReadStringRange(bool &isFast, bool &isAscii) in ReadStringRange()
676 bool IsFastParseString(bool &isFast, bool &isAscii) in IsFastParseString()
775 bool IsLegalAsciiCharacter(T c, bool &isAscii) in IsLegalAsciiCharacter()