Home
last modified time | relevance | path

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

/external/v8/src/
Duri.cc97 int two_digits; in IntoTwoByte() local
99 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
104 uc16 decoded = static_cast<uc16>(two_digits); in IntoTwoByte()
115 (two_digits = TwoDigitHex(uri_content->Get(k + 1), in IntoTwoByte()
120 uc16 continuation_byte = static_cast<uc16>(two_digits); in IntoTwoByte()
147 int two_digits; in IntoOneAndTwoByte() local
149 (two_digits = TwoDigitHex(uri_content.Get(k + 1), in IntoOneAndTwoByte()
154 uc16 decoded = static_cast<uc16>(two_digits); in IntoOneAndTwoByte()