Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc776 int code_unit16_low = 0; in DecodeUTF16() local
777 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_low)) in DecodeUTF16()
782 if (!CBU16_IS_TRAIL(code_unit16_low)) { in DecodeUTF16()
787 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc771 int code_unit16_low = 0; in DecodeUTF16() local
772 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_low)) in DecodeUTF16()
777 if (!CBU16_IS_TRAIL(code_unit16_low)) { in DecodeUTF16()
782 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()