Searched refs:code_unit16_low (Results 1 – 1 of 1) sorted by relevance
782 int code_unit16_low = 0; in DecodeUTF16() local783 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_low)) in DecodeUTF16()788 if (!CBU16_IS_TRAIL(code_unit16_low)) { in DecodeUTF16()793 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()