Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Duri.cc78 int index, bool is_uri, std::vector<T>* buffer) { in AddToBuffer() argument
79 if (is_uri && IsReservedPredicate(decoded)) { in AddToBuffer()
93 bool IntoTwoByte(int index, bool is_uri, int uri_length, in IntoTwoByte() argument
130 AddToBuffer(decoded, uri_content, k - 2, is_uri, buffer); in IntoTwoByte()
139 bool IntoOneAndTwoByte(Handle<String> uri, bool is_uri, in IntoOneAndTwoByte() argument
158 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte()
162 AddToBuffer(decoded, &uri_content, k, is_uri, one_byte_buffer); in IntoOneAndTwoByte()
166 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte()
178 bool is_uri) { in Decode() argument
183 if (!IntoOneAndTwoByte(uri, is_uri, &one_byte_buffer, &two_byte_buffer)) { in Decode()
[all …]
Duri.h47 bool is_uri);
49 bool is_uri);