Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc763 char code_unit8[8] = { 0 }; in DecodeUTF16() local
798 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point); in DecodeUTF16()
805 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()
808 dest_string->append(code_unit8); in DecodeUTF16()