Searched refs:CHAR (Results 1 - 25 of 110) sorted by relevance

12345

/external/okhttp/src/main/java/libcore/io/
H A DSizeOf.java20 public static final int CHAR = 2; field in class:SizeOf
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DRawURLBuffer.h40 template<typename CHAR, int inlineCapacity = 1024>
41 class RawURLBuffer : public URLBuffer<CHAR> {
43 RawURLBuffer() : URLBuffer<CHAR>()
57 CHAR* newBuffer = new CHAR[size];
58 memcpy(newBuffer, this->m_buffer, sizeof(CHAR) * (this->m_length < size ? this->m_length : size));
66 CHAR m_inlineBuffer[inlineCapacity];
H A DURLBuffer.h42 template<typename CHAR>
56 inline void set(int offset, CHAR ch)
71 const CHAR* data() const { return m_buffer; }
72 CHAR* data() { return m_buffer; }
86 void append(CHAR ch)
103 void append(const CHAR* str, int strLength)
129 CHAR* m_buffer;
H A DURLParser.h45 template<typename CHAR>
55 static bool isPossibleAuthorityTerminator(CHAR ch)
64 static void parseAuthority(const CHAR* spec, const URLComponent& auth, URLComponent& username, URLComponent& password, URLComponent& host, URLComponent& port)
94 static bool extractScheme(const CHAR* spec, int specLength, URLComponent& scheme)
119 static void parseAfterScheme(const CHAR* spec, int specLength, int afterScheme, URLSegments& parsed)
148 static void parseStandardURL(const CHAR* spec, int specLength, URLSegments& parsed)
169 static void parsePath(const CHAR* spec, const URLComponent& path, URLComponent& filepath, URLComponent& query, URLComponent& fragment)
235 static void parsePathURL(const CHAR* spec, int specLength, URLSegments& parsed)
279 static void parseMailtoURL(const CHAR* spec, int specLength, URLSegments& parsed)
341 static int parsePort(const CHAR* spe
[all...]
/external/chromium/googleurl/src/
H A Durl_file.h54 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,
H A Durl_canon_internal_file.h52 template<typename CHAR>
53 static int FileDoDriveSpec(const CHAR* spec, int begin, int end,
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);
149 success &= URLCanonInternal<CHAR, UCHA
[all...]
H A Durl_parse_internal.h55 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,
H A Durl_canon_query.cc69 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,
117 template<typename CHAR, typename UCHAR>
118 void DoConvertToQueryEncoding(const CHAR* spec,
122 if (IsAllASCII<CHAR, UCHAR>(spec, query)) {
142 template<typename CHAR, typename UCHAR>
143 void DoCanonicalizeQuery(const CHAR* spec,
156 DoConvertToQueryEncoding<CHAR, UCHA
[all...]
H A Durl_canon_fileurl.cc48 template<typename CHAR>
49 int FileDoDriveSpec(const CHAR* spec, int begin, int end,
79 template<typename CHAR, typename UCHAR>
80 bool DoFileCanonicalizePath(const CHAR* spec,
113 template<typename CHAR, typename UCHAR>
114 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
137 success &= DoFileCanonicalizePath<CHAR, UCHAR>(source.path, parsed.path,
H A Durl_util.cc93 template<typename CHAR>
94 inline bool CompareSchemeComponent(const CHAR* spec,
106 template<typename CHAR>
107 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) {
120 template<typename CHAR>
121 bool DoFindAndCompareScheme(const CHAR* str,
127 url_canon::RawCanonOutputT<CHAR> whitespace_buffer;
129 const CHAR* spec = RemoveURLWhitespace(str, str_len,
144 template<typename CHAR>
145 bool DoCanonicalize(const CHAR* in_spe
[all...]
H A Durl_parse.cc56 template<typename CHAR>
57 int FindNextAuthorityTerminator(const CHAR* spec,
67 template<typename CHAR>
68 void ParseUserInfo(const CHAR* spec,
90 template<typename CHAR>
91 void ParseServerInfo(const CHAR* spec,
140 template<typename CHAR>
141 void DoParseAuthority(const CHAR* spec,
176 template<typename CHAR>
177 void ParsePath(const CHAR* spe
[all...]
H A Durl_canon_ip.cc57 template<typename CHAR, typename UCHAR>
58 bool DoFindIPv4Components(const CHAR* spec,
118 template<typename CHAR>
120 const CHAR* spec,
205 template<typename CHAR>
206 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec,
262 template<typename CHAR, typename UCHAR>
263 bool DoCanonicalizeIPv4Address(const CHAR* spec,
347 template<typename CHAR, typename UCHAR>
348 bool DoParseIPv6(const CHAR* spe
[all...]
H A Durl_canon_etc.cc50 template<typename CHAR>
51 const CHAR* DoRemoveURLWhitespace(const CHAR* input, int input_len,
52 CanonOutputT<CHAR>* buffer,
108 template<typename CHAR, typename UCHAR>
109 bool DoScheme(const CHAR* spec,
172 template<typename CHAR, typename UCHAR>
173 bool DoUserInfo(const CHAR* username_spec,
175 const CHAR* password_spec,
218 template<typename CHAR, typenam
[all...]
H A Durl_canon_relative.cc51 template<typename CHAR>
54 const CHAR* cmp,
74 template<typename CHAR>
75 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset,
86 template<typename CHAR>
89 const CHAR* url,
235 template<typename CHAR>
239 const CHAR* relative_url,
273 template<typename CHAR>
277 const CHAR* relative_ur
[all...]
H A Durl_parse_file.cc75 template<typename CHAR>
76 void DoParseUNC(const CHAR* spec,
127 template<typename CHAR>
128 void DoParseLocalFile(const CHAR* spec,
140 template<typename CHAR>
141 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) {
H A Durl_canon.h585 template<typename CHAR>
603 explicit URLComponentSource(const CHAR* default_value)
614 const CHAR* scheme;
615 const CHAR* username;
616 const CHAR* password;
617 const CHAR* host;
618 const CHAR* port;
619 const CHAR* path;
620 const CHAR* query;
621 const CHAR* re
[all...]
/external/kernel-headers/original/asm-mips/fw/arc/
H A Dtypes.h15 typedef char CHAR; typedef
40 typedef char CHAR; typedef
51 typedef CHAR *_PCHAR;
62 typedef CHAR *PCHAR;
/external/okhttp/src/main/java/libcore/util/
H A DEmptyArray.java25 public static final char[] CHAR = new char[0]; field in class:EmptyArray
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.h1 #define CHAR 257 macro
/external/zlib/src/as400/
H A Dcompile.clp13 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) +
29 DCL VAR(&TGTRLS) TYPE(*CHAR) +
36 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
37 DCL VAR(&FIXDCMD) TYPE(*CHAR) LEN(512)
/external/elfutils/backends/
H A Dlinux-core-note.c31 #define CHAR int8_t macro
88 FIELD (CHAR, pr_state);
89 FIELD (CHAR, pr_sname);
90 FIELD (CHAR, pr_zomb);
91 FIELD (CHAR, pr_nice);
99 FIELD (CHAR, pr_fname[FNAMESZ]);
100 FIELD (CHAR, pr_psargs[PRARGSZ]);
151 FIELD (state, CHAR, state, 'd'),
152 FIELD (state, CHAR, sname, 'c'),
153 FIELD (state, CHAR, zom
[all...]
/external/chromium/base/json/
H A Dstring_escape.cc18 template<typename CHAR>
19 static bool JsonSingleEscapeChar(const CHAR c, std::string* dst) {
/external/chromium/base/
H A Dutf_string_conversion_utils.h85 template<typename CHAR>
86 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
H A Dstring_number_conversions.cc100 template<typename CHAR, int BASE, bool BASE_LTE_10> class BaseCharToDigit {
104 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, true> {
106 static bool Convert(CHAR c, uint8* digit) {
116 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, false> {
118 static bool Convert(CHAR c, uint8* digit) {
132 template<int BASE, typename CHAR> bool CharToDigit(CHAR c, uint8* digit) {
133 return BaseCharToDigit<CHAR, BAS
[all...]
/external/webkit/Source/WebCore/platform/
H A DKURLGooglePrivate.h62 template <typename CHAR>
63 void init(const KURL& base, const CHAR* rel, int relLength,

Completed in 756 milliseconds

12345