Home | History | Annotate | Download | only in url

Lines Matching refs:char16

72 typedef RawCanonOutputT<base::char16, kTempHostBufferLen> StackBufferW;
154 // In case where we have char16 input, and char output it's safe to
155 // cast char16->char only if input string was converted to ASCII.
165 bool DoIDNHost(const base::char16* src, int src_len, CanonOutput* output) {
258 bool DoComplexHost(const base::char16* host, int host_len,
352 bool CanonicalizeHost(const base::char16* spec,
357 DoHost<base::char16, base::char16>(spec, host, output, &host_info);
369 void CanonicalizeHostVerbose(const base::char16* spec,
373 DoHost<base::char16, base::char16>(spec, host, output, host_info);