OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EscapeSpecialCodePoint
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/json/
string_escape.cc
29
// Used below in
EscapeSpecialCodePoint
().
35
bool
EscapeSpecialCodePoint
(uint32_t code_point, std::string* dest) {
99
if (
EscapeSpecialCodePoint
(code_point, dest))
152
if (
EscapeSpecialCodePoint
(c, &dest))
/external/libweave/third_party/chromium/base/json/
string_escape.cc
29
// Used below in
EscapeSpecialCodePoint
().
35
bool
EscapeSpecialCodePoint
(uint32_t code_point, std::string* dest) {
99
if (
EscapeSpecialCodePoint
(code_point, dest))
139
if (
EscapeSpecialCodePoint
(c, &dest))
Completed in 62 milliseconds