Searched refs:CBU8_APPEND_UNSAFE (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/json/ |
D | json_parser.cc | 641 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/ |
D | utf_string_conversion_utils.cc | 84 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point); in WriteUnicodeCharacter()
|
/external/libchrome/base/third_party/icu/ |
D | icu_utf.h | 223 #define CBU8_APPEND_UNSAFE(s, i, c) \ macro
|