Searched refs:two_digits (Results 1 – 1 of 1) sorted by relevance
97 int two_digits; in IntoTwoByte() local99 (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() local149 (two_digits = TwoDigitHex(uri_content.Get(k + 1), in IntoOneAndTwoByte()154 uc16 decoded = static_cast<uc16>(two_digits); in IntoOneAndTwoByte()