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

/external/libchrome/base/strings/
H A Dutf_string_conversion_utils.cc79 // CBU8_APPEND_UNSAFE can append up to 4 bytes.
84 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
86 // CBU8_APPEND_UNSAFE will advance our pointer past the inserted character, so
/external/libchrome/base/third_party/icu/
H A Dicu_utf.h223 #define CBU8_APPEND_UNSAFE(s, i, c) \ macro
/external/libchrome/base/json/
H A Djson_parser.cc798 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
805 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high);
822 CBU8_APPEND_UNSAFE(utf8_units, offset, point);
824 // CBU8_APPEND_UNSAFE can overwrite up to 4 bytes, so utf8_units may not be

Completed in 88 milliseconds