Home
last modified time | relevance | path

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

/external/v8/src/
Duri.cc76 void AddToBuffer(uc16 decoded, String::FlatContent* uri_content, int index, in AddToBuffer() argument
80 uc16 first = uri_content->Get(index + 1); in AddToBuffer()
81 uc16 second = uri_content->Get(index + 2); in AddToBuffer()
93 String::FlatContent* uri_content, std::vector<uc16>* buffer) { in IntoTwoByte() argument
95 uc16 code = uri_content->Get(k); in IntoTwoByte()
99 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
100 uri_content->Get(k + 2))) < 0) { in IntoTwoByte()
114 if (uri_content->Get(++k) != '%' || in IntoTwoByte()
115 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
116 uri_content->Get(k + 2))) < 0) { in IntoTwoByte()
[all …]