Searched refs:uri_length (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | uri.cc | 92 bool IntoTwoByte(int index, bool is_uri, int uri_length, in IntoTwoByte() argument 94 for (int k = index; k < uri_length; k++) { in IntoTwoByte() 98 if (k + 2 >= uri_length || in IntoTwoByte() 111 if (number_of_continuation_bytes > 3 || k + 3 >= uri_length) { in IntoTwoByte() 143 int uri_length = uri->length(); in IntoOneAndTwoByte() local 144 for (int k = 0; k < uri_length; k++) { in IntoOneAndTwoByte() 148 if (k + 2 >= uri_length || in IntoOneAndTwoByte() 156 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 164 return IntoTwoByte(k, is_uri, uri_length, &uri_content, in IntoOneAndTwoByte() 276 int uri_length = uri->length(); in Encode() local [all …]
|