Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc746 int code_unit16_high = 0; in DecodeUTF16() local
747 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_high)) in DecodeUTF16()
762 if (CBU16_IS_SURROGATE(code_unit16_high)) { in DecodeUTF16()
765 if (!CBU16_IS_SURROGATE_LEAD(code_unit16_high)) in DecodeUTF16()
787 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()
795 DCHECK(CBU16_IS_SINGLE(code_unit16_high)); in DecodeUTF16()
796 if (!IsValidCharacter(code_unit16_high)) in DecodeUTF16()
799 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc741 int code_unit16_high = 0; in DecodeUTF16() local
742 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_high)) in DecodeUTF16()
757 if (CBU16_IS_SURROGATE(code_unit16_high)) { in DecodeUTF16()
760 if (!CBU16_IS_SURROGATE_LEAD(code_unit16_high)) in DecodeUTF16()
782 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()
790 DCHECK(CBU16_IS_SINGLE(code_unit16_high)); in DecodeUTF16()
791 if (!IsValidCharacter(code_unit16_high)) in DecodeUTF16()
794 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()