Lines Matching refs:char16
97 typedef RawCanonOutputT<char16, kTempHostBufferLen> StackBufferW;
179 // In case where we have char16 input, and char output it's safe to
180 // cast char16->char only if input string was converted to ASCII.
190 bool DoIDNHost(const char16* src, int src_len, CanonOutput* output) {
283 bool DoComplexHost(const char16* host, int host_len,
377 bool CanonicalizeHost(const char16* spec,
382 DoHost<char16, char16>(spec, host, output, &host_info);
394 void CanonicalizeHostVerbose(const char16* spec,
398 DoHost<char16, char16>(spec, host, output, host_info);