Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc782 int code_unit16_low = 0; in DecodeUTF16() local
783 if (!HexStringToInt(StringPiece(pos_, 4), &code_unit16_low)) in DecodeUTF16()
788 if (!CBU16_IS_TRAIL(code_unit16_low)) { in DecodeUTF16()
793 CBU16_GET_SUPPLEMENTARY(code_unit16_high, code_unit16_low); in DecodeUTF16()