Searched refs:uri_length (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | uri.cc | 90 bool IntoTwoByte(int index, bool is_uri, int uri_length, in IntoTwoByte() argument 92 for (int k = index; k < uri_length; k++) { in IntoTwoByte() 96 if (k + 2 >= uri_length || in IntoTwoByte() 109 if (number_of_continuation_bytes > 3 || k + 3 >= uri_length) { in IntoTwoByte() 141 int uri_length = uri->length(); in IntoOneAndTwoByte() local 142 for (int k = 0; k < uri_length; k++) { in IntoOneAndTwoByte() 146 if (k + 2 >= uri_length || in IntoOneAndTwoByte() 154 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 162 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 274 int uri_length = uri->length(); in Encode() local [all …]
|