Home
last modified time | relevance | path

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

/external/chromium/base/json/
Dstring_escape.cc53 bool put_in_quotes, in JsonDoubleQuoteT() argument
55 if (put_in_quotes) in JsonDoubleQuoteT()
74 if (put_in_quotes) in JsonDoubleQuoteT()
81 bool put_in_quotes, in JsonDoubleQuote() argument
83 JsonDoubleQuoteT(str, put_in_quotes, dst); in JsonDoubleQuote()
93 bool put_in_quotes, in JsonDoubleQuote() argument
95 JsonDoubleQuoteT(str, put_in_quotes, dst); in JsonDoubleQuote()
Dstring_escape.h24 bool put_in_quotes,
31 bool put_in_quotes,