Lines Matching refs:is_uri
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()
272 bool is_uri) { in Encode() argument
294 (is_uri && IsUriSeparator(cc1))) { in Encode()