Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc757 char code_unit8[8] = { 0 }; in DecodeUTF16() local
792 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()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc752 char code_unit8[8] = { 0 }; in DecodeUTF16() local
787 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()