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()
463 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected Text in JSON", JSTaggedValue::Exception()); in ParseLiteral()
479 … THROW_SYNTAX_ERROR_AND_RETURN(thread_, "Unexpected Text in JSON", JSTaggedValue::Exception()); in ParseLiteral()
484 const char *text = str.c_str(); in MatchText() local
487 if (current_[pos] != text[pos]) { in MatchText()
498 Text current = current_; in ReadNumberRange()
519 Text end = current; in ReadNumberRange()
616 Text current = current_; in ReadStringRange()
638 Text current = current_; in ReadAsciiStringRange()
658 Text current = current_; in IsFastParseString()
673 Text current = current_; in IsFastParseAsciiString()
768 Text end_ {nullptr};
769 Text current_ {nullptr};
770 Text range_ {nullptr};