Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc680 std::string utf8_units; in ConsumeStringRaw() local
681 if (!DecodeUTF16(&utf8_units)) { in ConsumeStringRaw()
686 string.AppendString(utf8_units); in ConsumeStringRaw()
814 char utf8_units[4] = { 0 }; in DecodeUTF8() local
816 CBU8_APPEND_UNSAFE(utf8_units, offset, point); in DecodeUTF8()
820 dest->AppendString(std::string(utf8_units, offset)); in DecodeUTF8()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc675 std::string utf8_units; in ConsumeStringRaw() local
676 if (!DecodeUTF16(&utf8_units)) { in ConsumeStringRaw()
681 string.AppendString(utf8_units); in ConsumeStringRaw()
809 char utf8_units[4] = { 0 }; in DecodeUTF8() local
811 CBU8_APPEND_UNSAFE(utf8_units, offset, point); in DecodeUTF8()
815 dest->AppendString(std::string(utf8_units, offset)); in DecodeUTF8()