Searched refs:is_uri (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | uri.cc | 75 bool is_uri, List<T>* buffer) { in AddToBuffer() argument 76 if (is_uri && IsReservedPredicate(decoded)) { in AddToBuffer() 90 bool IntoTwoByte(int index, bool is_uri, int uri_length, in IntoTwoByte() argument 126 AddToBuffer(decoded, uri_content, k - 2, is_uri, buffer); in IntoTwoByte() 135 bool IntoOneAndTwoByte(Handle<String> uri, bool is_uri, in IntoOneAndTwoByte() argument 154 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 158 AddToBuffer(decoded, &uri_content, k, is_uri, one_byte_buffer); in IntoOneAndTwoByte() 162 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 174 bool is_uri) { in Decode() argument 179 if (!IntoOneAndTwoByte(uri, is_uri, &one_byte_buffer, &two_byte_buffer)) { in Decode() [all …]
|
D | uri.h | 46 bool is_uri); 48 bool is_uri);
|