Home
last modified time | relevance | path

Searched refs:AppendUTF8EscapedChar (Results 1 – 7 of 7) sorted by relevance

/external/chromium/googleurl/src/
Durl_canon_internal.h290 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
Durl_canon_pathurl.cc66 success &= AppendUTF8EscapedChar(source.path, &i, end, output); in DoCanonicalizePathURL()
Durl_canon_mailtourl.cc74 success &= AppendUTF8EscapedChar(source.path, &i, end, output); in DoCanonicalizeMailtoURL()
Durl_canon_etc.cc152 AppendUTF8EscapedChar(spec, &i, end, output); in DoScheme()
Durl_canon_path.cc220 success &= AppendUTF8EscapedChar(spec, &i, end, output); in DoPartialPath()
Durl_canon_internal.cc73 AppendUTF8EscapedChar(spec, &i, end, output); in DoAppendInvalidNarrowString()
Durl_canon_unittest.cc184 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len, in TEST()
199 success &= AppendUTF8EscapedChar(input_str.c_str(), &ch, input_len, in TEST()