HomeSort by relevance Sort by last modified time
    Searched refs:CHAR (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium/googleurl/src/
url_file.h 54 template<typename CHAR>
55 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) {
70 template<typename CHAR>
71 inline bool DoesBeginWindowsDriveSpec(const CHAR* spec, int start_offset,
90 template<typename CHAR>
91 inline bool DoesBeginUNCPath(const CHAR* text,
url_canon_internal_file.h 52 template<typename CHAR>
53 static int FileDoDriveSpec(const CHAR* spec, int begin, int end,
70 output->push_back(static_cast<char>(spec[after_slashes]));
80 template<typename CHAR, typename UCHAR>
81 static void FileDoPath(const CHAR* spec, int begin, int end,
98 URLCanonInternal<CHAR, UCHAR>::DoPath(
103 template<typename CHAR, typename UCHAR>
104 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
132 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost(
145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output)
    [all...]
url_parse_internal.h 55 template<typename CHAR>
56 inline void TrimURL(const CHAR* spec, int* begin, int* len) {
69 template<typename CHAR>
70 inline int CountConsecutiveSlashes(const CHAR *str,
86 void ParsePathInternal(const char* spec,
101 void ParseAfterScheme(const char* spec,
url_canon_query.cc 69 template<typename CHAR, typename UCHAR>
70 bool IsAllASCII(const CHAR* spec, const url_parse::Component& query) {
83 template<typename CHAR>
84 void AppendRaw8BitQueryString(const CHAR* source, int length,
87 if (!IsQueryChar(static_cast<unsigned char>(source[i])))
88 AppendEscapedChar(static_cast<unsigned char>(source[i]), output);
90 output->push_back(static_cast<char>(source[i]));
96 void RunConverter(const char* spec,
117 template<typename CHAR, typename UCHAR>
118 void DoConvertToQueryEncoding(const CHAR* spec
    [all...]
url_util.cc 44 template <class Char> inline Char ToLowerASCII(Char c) {
50 inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char* b) {
58 const char kFileScheme[] = "file"; // Used in a number of places.
59 const char kMailtoScheme[] = "mailto";
62 const char* kStandardURLSchemes[kNumStandardURLSchemes] = {
73 std::vector<const char*>* standard_schemes = NULL;
80 standard_schemes = new std::vector<const char*>;
87 template<typename CHAR>
    [all...]
url_parse.cc 56 template<typename CHAR>
57 int FindNextAuthorityTerminator(const CHAR* spec,
85 template <typename CHAR>
86 void DoParseAfterScheme(const CHAR* spec,
115 template<typename CHAR>
116 void ParseUserInfo(const CHAR* spec,
138 template<typename CHAR>
139 void ParseServerInfo(const CHAR* spec,
188 template<typename CHAR>
189 void DoParseAuthority(const CHAR* spec
    [all...]
url_canon_ip.cc 57 template<typename CHAR, typename UCHAR>
58 bool DoFindIPv4Components(const CHAR* spec,
93 !IsIPv4Char(static_cast<unsigned char>(spec[i]))) {
115 template<typename CHAR>
117 const CHAR* spec,
149 char buf[kMaxComponentLen + 1]; // digits + '\0'
154 char input = static_cast<char>(spec[i]);
184 void AppendIPv4Address(const unsigned char address[4],
189 char str[16]
    [all...]
url_canon_etc.cc 50 template<typename CHAR>
51 const CHAR* DoRemoveURLWhitespace(const CHAR* input, int input_len,
52 CanonOutputT<CHAR>* buffer,
84 const char kSchemeCanonical[0x80] = {
104 inline bool IsSchemeFirstChar(unsigned char c) {
108 template<typename CHAR, typename UCHAR>
109 bool DoScheme(const CHAR* spec,
127 char replacement = 0;
131 if (IsSchemeFirstChar(static_cast<unsigned char>(ch))
    [all...]
url_canon_relative.cc 51 template<typename CHAR>
52 bool AreSchemesEqual(const char* base,
54 const CHAR* cmp,
74 template<typename CHAR>
75 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset,
86 template<typename CHAR>
87 bool DoIsRelativeURL(const char* base,
89 const CHAR* url,
183 void CopyToLastSlash(const char* spec,
207 void CopyOneComponent(const char* source
    [all...]
url_parse_file.cc 75 template<typename CHAR>
76 void DoParseUNC(const CHAR* spec,
127 template<typename CHAR>
128 void DoParseLocalFile(const CHAR* spec,
137 // Backend for the external functions that operates on either char type.
140 template<typename CHAR>
141 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) {
235 void ParseFileURL(const char* url, int url_len, Parsed* parsed) {
url_canon.h 67 inline char at(int offset) const {
197 typedef CanonOutputT<char> CanonOutput;
201 class RawCanonOutput : public RawCanonOutputT<char, fixed_capacity> {};
251 const char* RemoveURLWhitespace(const char* input, int input_len,
252 CanonOutputT<char>* buffer,
295 bool CanonicalizeScheme(const char* spec,
314 bool CanonicalizeUserInfo(const char* username_source,
316 const char* password_source,
369 bool CanonicalizeHost(const char* spec
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
75 extern VOID UUID_UuidFromString(IN CHAR * pszUuid,
DSPProcessor_OEM.h 97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 71 * Convert an ansi string to a wide char string.
73 * wpstrDest: wide char buffer pointer.
77 * Number of characters copied into wpstrDest, excluding the NULL char.
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
107 * Convert an ansi string to a wide char string.
211 * Ptr to first char matching the substring in the main string.
291 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
292 IN CONST CHAR * szSeparators);
311 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc
    [all...]
dbdcd.h 76 IN CHAR * pszCoffPath);
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
331 IN CHAR * pszCoffPath,
369 IN CHAR * pszPathName);
dbtype.h 106 typedef unsigned char BYTE; /* b */
111 typedef char CHAR; /* ch */
122 typedef CHAR SZ[]; /* sz */
123 typedef CHAR *PSTR; /* pstr */
128 typedef unsigned char UCHAR; /* uch */
151 typedef CHAR TCHAR;
179 typedef CHAR TCHAR;
  /dalvik/hit/src/com/android/hit/
Types.java 24 public static final int CHAR = 5;
41 case 'C': return 2; // char
51 case CHAR: return 2;
68 case 'C': return "char";
78 case CHAR: return "char";
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 72 * Convert an ansi string to a wide char string.
74 * wpstrDest: wide char buffer pointer.
78 * Number of characters copied into wpstrDest, excluding the NULL char.
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
108 * Convert an ansi string to a wide char string.
212 * Ptr to first char matching the substring in the main string.
292 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
293 IN CONST CHAR * szSeparators);
312 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc
    [all...]
dbdcd.h 76 IN CHAR * pszCoffPath);
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
331 IN CHAR * pszCoffPath,
369 IN CHAR * pszPathName);
dbtype.h 106 typedef unsigned char BYTE; /* b */
111 typedef char CHAR; /* ch */
122 typedef CHAR SZ[]; /* sz */
123 typedef CHAR *PSTR; /* pstr */
128 typedef unsigned char UCHAR; /* uch */
151 typedef CHAR TCHAR;
179 typedef CHAR TCHAR;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.h 1 #define CHAR 257
  /external/chromium/base/
utf_string_conversion_utils.h 31 bool ReadUnicodeCharacter(const char* src,
76 template<typename CHAR>
77 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
82 void PrepareForUTF16Or32Output(const char* src, size_t src_len, STRING* output);
  /libcore/luni/src/main/java/java/sql/
Types.java 65 * The type code that identifies the SQL type {@code CHAR}.
67 public static final int CHAR = 1;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 95 IN CONST CHAR **aArgv, IN CONST CHAR **aEnvp)
119 (CHAR **)aArgv;
121 (CHAR **)aEnvp;

Completed in 252 milliseconds

1 2 3 4