Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc641 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point); in DecodeUTF16()
648 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high); in DecodeUTF16()
665 CBU8_APPEND_UNSAFE(utf8_units, offset, point); in DecodeUTF8()
/external/libchrome/base/strings/
Dutf_string_conversion_utils.cc84 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point); in WriteUnicodeCharacter()
/external/libchrome/base/third_party/icu/
Dicu_utf.h223 #define CBU8_APPEND_UNSAFE(s, i, c) \ macro