Home | History | Annotate | Download | only in url

Lines Matching refs:CHAR

28 template<typename CHAR>
29 static int FileDoDriveSpec(const CHAR* spec, int begin, int end,
46 output->push_back(static_cast<char>(spec[after_slashes]));
56 template<typename CHAR, typename UCHAR>
57 static void FileDoPath(const CHAR* spec, int begin, int end,
74 URLCanonInternal<CHAR, UCHAR>::DoPath(
79 template<typename CHAR, typename UCHAR>
80 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
108 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost(
121 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output);
125 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery(
127 success &= URLCanonInternal<CHAR, UCHAR>::DoRef(