Searched refs:AppendUTF8EscapedChar (Results 1 – 7 of 7) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_canon_internal.h | 290 inline bool AppendUTF8EscapedChar(const char16* str, int* begin, int length, in AppendUTF8EscapedChar() function 302 inline bool AppendUTF8EscapedChar(const char* str, int* begin, int length, in AppendUTF8EscapedChar() function
|
D | url_canon_pathurl.cc | 66 success &= AppendUTF8EscapedChar(source.path, &i, end, output); in DoCanonicalizePathURL()
|
D | url_canon_mailtourl.cc | 74 success &= AppendUTF8EscapedChar(source.path, &i, end, output); in DoCanonicalizeMailtoURL()
|
D | url_canon_etc.cc | 152 AppendUTF8EscapedChar(spec, &i, end, output); in DoScheme()
|
D | url_canon_path.cc | 220 success &= AppendUTF8EscapedChar(spec, &i, end, output); in DoPartialPath()
|
D | url_canon_internal.cc | 73 AppendUTF8EscapedChar(spec, &i, end, output); in DoAppendInvalidNarrowString()
|
D | url_canon_unittest.cc | 184 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len, in TEST() 199 success &= AppendUTF8EscapedChar(input_str.c_str(), &ch, input_len, in TEST()
|