Searched refs:code_unit8 (Results 1 – 2 of 2) sorted by relevance
757 char code_unit8[8] = { 0 }; in DecodeUTF16() local792 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point); in DecodeUTF16()799 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()802 dest_string->append(code_unit8); in DecodeUTF16()
752 char code_unit8[8] = { 0 }; in DecodeUTF16() local787 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point); in DecodeUTF16()794 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()797 dest_string->append(code_unit8); in DecodeUTF16()