Home
last modified time | relevance | path

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

/external/v8/src/
Duri.cc74 void AddToBuffer(uc16 decoded, String::FlatContent* uri_content, int index, in AddToBuffer() argument
78 uc16 first = uri_content->Get(index + 1); in AddToBuffer()
79 uc16 second = uri_content->Get(index + 2); in AddToBuffer()
91 String::FlatContent* uri_content, List<uc16>* buffer) { in IntoTwoByte() argument
93 uc16 code = uri_content->Get(k); in IntoTwoByte()
97 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
98 uri_content->Get(k + 2))) < 0) { in IntoTwoByte()
112 if (uri_content->Get(++k) != '%' || in IntoTwoByte()
113 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
114 uri_content->Get(k + 2))) < 0) { in IntoTwoByte()
[all …]