Lines Matching full:text
56 using Text = const T *;
62 JSHandle<JSTaggedValue> Parse(Text begin, Text end) in Parse()
85 Text begin = buf.data(); in ParseUtf8()
95 Text begin = buf.data(); in ParseUtf16()
121 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected Text in JSON", JSTaggedValue::Exception()); in ParseJSONText()
142 Text current = current_; in ParseNumber()
274 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected end Text in JSON", JSTaggedValue::Exception()); in ParseString()
292 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected end Text in JSON", JSTaggedValue::Exception()); in ParseString()
296 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected end Text in JSON", JSTaggedValue::Exception()); in ParseString()
469 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected Text in JSON", JSTaggedValue::Exception()); in ParseLiteral()
485 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected Text in JSON", JSTaggedValue::Exception()); in ParseLiteral()
490 const char *text = str.c_str(); in MatchText() local
493 if (current_[pos] != text[pos]) { in MatchText()
504 Text current = current_; in ReadNumberRange()
525 Text end = current; in ReadNumberRange()
622 Text current = current_; in ReadStringRange()
644 Text current = current_; in ReadAsciiStringRange()
664 Text current = current_; in IsFastParseString()
679 Text current = current_; in IsFastParseAsciiString()
774 Text end_ {nullptr};
775 Text current_ {nullptr};
776 Text range_ {nullptr};