Home
last modified time | relevance | path

Searched refs:is_uri (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Duri.cc77 bool is_uri, std::vector<T>* buffer) { in AddToBuffer() argument
78 if (is_uri && IsReservedPredicate(decoded)) { in AddToBuffer()
92 bool IntoTwoByte(int index, bool is_uri, int uri_length, in IntoTwoByte() argument
128 AddToBuffer(decoded, uri_content, k - 2, is_uri, buffer); in IntoTwoByte()
137 bool IntoOneAndTwoByte(Handle<String> uri, bool is_uri, in IntoOneAndTwoByte() argument
156 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte()
160 AddToBuffer(decoded, &uri_content, k, is_uri, one_byte_buffer); in IntoOneAndTwoByte()
164 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte()
176 bool is_uri) { in Decode() argument
181 if (!IntoOneAndTwoByte(uri, is_uri, &one_byte_buffer, &two_byte_buffer)) { in Decode()
[all …]
Duri.h47 bool is_uri);
49 bool is_uri);