Searched refs:valueToQuotedStringN (Results 1 – 1 of 1) sorted by relevance
4216 static std::string valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function4325 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()4349 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()4395 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()4612 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()4893 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()4915 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()