/external/chromium/googleurl/src/ |
D | url_canon_internal_file.h | 52 template<typename CHAR> 53 static int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec() 80 template<typename CHAR, typename UCHAR> 81 static void FileDoPath(const CHAR* spec, int begin, int end, in FileDoPath() 98 URLCanonInternal<CHAR, UCHAR>::DoPath( in FileDoPath() 103 template<typename CHAR, typename UCHAR> 104 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, in DoCanonicalizeFileURL() 132 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost( in DoCanonicalizeFileURL() 145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output); in DoCanonicalizeFileURL() 149 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery( in DoCanonicalizeFileURL() [all …]
|
D | url_util.cc | 87 template<typename CHAR> 88 inline bool CompareSchemeComponent(const CHAR* spec, in CompareSchemeComponent() 101 template<typename CHAR> 102 bool IsStandardScheme(const CHAR* spec, const url_parse::Component& scheme) { in IsStandardScheme() 118 template<typename CHAR> 119 bool HasStandardSchemeSeparator(const CHAR* spec, int spec_len, in HasStandardSchemeSeparator() 129 template<typename CHAR> 130 bool DoIsStandard(const CHAR* spec, int spec_len, in DoIsStandard() 136 template<typename CHAR> 137 bool DoFindAndCompareScheme(const CHAR* str, in DoFindAndCompareScheme() [all …]
|
D | url_parse.cc | 56 template<typename CHAR> 57 int FindNextAuthorityTerminator(const CHAR* spec, in FindNextAuthorityTerminator() 85 template <typename CHAR> 86 void DoParseAfterScheme(const CHAR* spec, in DoParseAfterScheme() 115 template<typename CHAR> 116 void ParseUserInfo(const CHAR* spec, in ParseUserInfo() 138 template<typename CHAR> 139 void ParseServerInfo(const CHAR* spec, in ParseServerInfo() 188 template<typename CHAR> 189 void DoParseAuthority(const CHAR* spec, in DoParseAuthority() [all …]
|
D | url_canon_query.cc | 69 template<typename CHAR, typename UCHAR> 70 bool IsAllASCII(const CHAR* spec, const url_parse::Component& query) { in IsAllASCII() 83 template<typename CHAR> 84 void AppendRaw8BitQueryString(const CHAR* source, int length, in AppendRaw8BitQueryString() 117 template<typename CHAR, typename UCHAR> 118 void DoConvertToQueryEncoding(const CHAR* spec, in DoConvertToQueryEncoding() 122 if (IsAllASCII<CHAR, UCHAR>(spec, query)) { in DoConvertToQueryEncoding() 142 template<typename CHAR, typename UCHAR> 143 void DoCanonicalizeQuery(const CHAR* spec, in DoCanonicalizeQuery() 156 DoConvertToQueryEncoding<CHAR, UCHAR>(spec, query, converter, output); in DoCanonicalizeQuery()
|
D | url_canon.h | 584 template<typename CHAR> 602 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() 613 const CHAR* scheme; 614 const CHAR* username; 615 const CHAR* password; 616 const CHAR* host; 617 const CHAR* port; 618 const CHAR* path; 619 const CHAR* query; 620 const CHAR* ref; [all …]
|
D | url_canon_relative.cc | 51 template<typename CHAR> 54 const CHAR* cmp, in AreSchemesEqual() 74 template<typename CHAR> 75 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset, in DoesBeginSlashWindowsDriveSpec() 86 template<typename CHAR> 89 const CHAR* url, in DoIsRelativeURL() 235 template<typename CHAR> 239 const CHAR* relative_url, in CopyBaseDriveSpecIfNecessary() 273 template<typename CHAR> 277 const CHAR* relative_url, in DoResolveRelativePath() [all …]
|
D | url_canon_ip.cc | 57 template<typename CHAR, typename UCHAR> 58 bool DoFindIPv4Components(const CHAR* spec, in DoFindIPv4Components() 115 template<typename CHAR> 117 const CHAR* spec, in IPv4ComponentToNumber() 202 template<typename CHAR> 203 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber() 259 template<typename CHAR, typename UCHAR> 260 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address() 344 template<typename CHAR, typename UCHAR> 345 bool DoParseIPv6(const CHAR* spec, in DoParseIPv6() [all …]
|
D | url_file.h | 54 template<typename CHAR> 55 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) { in FindNextSlash() 70 template<typename CHAR> 71 inline bool DoesBeginWindowsDriveSpec(const CHAR* spec, int start_offset, in DoesBeginWindowsDriveSpec() 90 template<typename CHAR> 91 inline bool DoesBeginUNCPath(const CHAR* text, in DoesBeginUNCPath()
|
D | url_canon_etc.cc | 50 template<typename CHAR> 51 const CHAR* DoRemoveURLWhitespace(const CHAR* input, int input_len, in DoRemoveURLWhitespace() 52 CanonOutputT<CHAR>* buffer, in DoRemoveURLWhitespace() 108 template<typename CHAR, typename UCHAR> 109 bool DoScheme(const CHAR* spec, in DoScheme() 167 template<typename CHAR, typename UCHAR> 168 bool DoUserInfo(const CHAR* username_spec, in DoUserInfo() 170 const CHAR* password_spec, in DoUserInfo() 216 template<typename CHAR, typename UCHAR> 217 bool DoPort(const CHAR* spec, in DoPort() [all …]
|
D | url_canon_fileurl.cc | 48 template<typename CHAR> 49 int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec() 79 template<typename CHAR, typename UCHAR> 80 bool DoFileCanonicalizePath(const CHAR* spec, in DoFileCanonicalizePath() 113 template<typename CHAR, typename UCHAR> 114 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, in DoCanonicalizeFileURL() 137 success &= DoFileCanonicalizePath<CHAR, UCHAR>(source.path, parsed.path, in DoCanonicalizeFileURL()
|
D | url_parse_file.cc | 75 template<typename CHAR> 76 void DoParseUNC(const CHAR* spec, in DoParseUNC() 127 template<typename CHAR> 128 void DoParseLocalFile(const CHAR* spec, in DoParseLocalFile() 140 template<typename CHAR> 141 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseFileURL()
|
D | url_canon_path.cc | 126 template<typename CHAR> 127 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot() 204 template<typename CHAR, typename UCHAR> 205 bool DoPartialPath(const CHAR* spec, in DoPartialPath() 214 if (sizeof(CHAR) > sizeof(char) && uch >= 0x80) { in DoPartialPath() 243 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end, in DoPartialPath() 322 template<typename CHAR, typename UCHAR> 323 bool DoPath(const CHAR* spec, in DoPath() 338 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output); in DoPath()
|
D | url_parse_internal.h | 55 template<typename CHAR> 56 inline void TrimURL(const CHAR* spec, int* begin, int* len) { in TrimURL() 69 template<typename CHAR> 70 inline int CountConsecutiveSlashes(const CHAR *str, in CountConsecutiveSlashes()
|
D | url_canon_host.cc | 102 template<typename CHAR, typename UCHAR> 103 void ScanHostname(const CHAR* spec, const url_parse::Component& host, in ScanHostname() 313 template<typename CHAR, typename UCHAR> 314 void DoHost(const CHAR* spec, in DoHost() 326 ScanHostname<CHAR, UCHAR>(spec, host, &has_non_ascii, &has_escaped); in DoHost()
|
D | url_canon_internal.h | 123 template<typename CHAR> 124 inline int IsDot(const CHAR* spec, int offset, int end) { in IsDot() 329 template<typename CHAR> 330 inline bool DecodeEscaped(const CHAR* spec, int* begin, int end, in DecodeEscaped()
|
D | gurl_unittest.cc | 21 template<typename CHAR> 22 void SetupReplacement(void (url_canon::Replacements<CHAR>::*func)(const CHAR*, in SetupReplacement() argument 24 url_canon::Replacements<CHAR>* replacements, in SetupReplacement() 25 const CHAR* str) { in SetupReplacement()
|
D | url_canon_pathurl.cc | 41 template<typename CHAR, typename UCHAR> 42 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source, in DoCanonicalizePathURL()
|
/external/zlib/as400/ |
D | compile.clp | 13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) + 15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) + 17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) + 20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) + 23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) + 26 DCL VAR(&CFLAGS) TYPE(*CHAR) + 33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
|
/external/zlib/old/as400/ |
D | compile.clp | 13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) + 15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) + 17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) + 20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) + 23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) + 26 DCL VAR(&CFLAGS) TYPE(*CHAR) + 33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
|
/external/chromium/base/ |
D | string_util.cc | 658 template<typename CHAR> 659 static bool IsStringUTF8T(const CHAR* str, size_t length) { in IsStringUTF8T() 665 typename ToUnsigned<CHAR>::Unsigned olupper = 0; in IsStringUTF8T() 668 typename ToUnsigned<CHAR>::Unsigned slower = 0; in IsStringUTF8T() 677 typename ToUnsigned<CHAR>::Unsigned c = str[i]; in IsStringUTF8T() 1571 template <class CHAR> 1572 static bool IsWildcard(CHAR character) { in IsWildcard() 1577 template <class CHAR> 1578 static void EatSameChars(const CHAR** pattern, const CHAR** string) { in EatSameChars() 1614 template <class CHAR> [all …]
|
D | utf_string_conversion_utils.h | 76 template<typename CHAR> 77 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
|
D | utf_string_conversion_utils.cc | 107 template<typename CHAR> 108 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | parse.y | 3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP 667 | CHAR 688 ccl : ccl CHAR '-' CHAR 716 | ccl CHAR 761 string : string CHAR
|
/external/chromium/base/json/ |
D | string_escape.cc | 18 template<typename CHAR> 19 static bool JsonSingleEscapeChar(const CHAR c, std::string* dst) { in JsonSingleEscapeChar()
|
/external/bluetooth/glib/gobject/ |
D | gmarshal.list | 7 # CHAR for signed char types (gchar) 28 VOID:CHAR
|