Searched refs:AppendUTF8Value (Results 1 - 4 of 4) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_internal.h214 // Helper used by AppendUTF8Value below. We use an unsigned parameter so there
224 inline void AppendUTF8Value(unsigned char_value, CanonOutput* output) { function in namespace:url_canon
H A Durl_canon_etc.cc294 AppendUTF8Value(code_point, output);
H A Durl_canon_internal.cc288 AppendUTF8Value(code_point, output);
H A Durl_canon_unittest.cc163 url_canon::AppendUTF8Value(utf_cases[i].input, &output);
178 url_canon::AppendUTF8Value(0x110000, &output);

Completed in 62 milliseconds