HomeSort by relevance Sort by last modified time
    Searched refs:CBU8_APPEND_UNSAFE (Results 1 - 6 of 6) sorted by null

  /external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc 42 // CBU8_APPEND_UNSAFE can append up to 4 bytes.
47 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point);
49 // CBU8_APPEND_UNSAFE will advance our pointer past the inserted character, so
  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 79 // 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/
icu_utf.h 223 #define CBU8_APPEND_UNSAFE(s, i, c) \
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h 217 #define CBU8_APPEND_UNSAFE(s, i, c) { \
  /external/libchrome/base/json/
json_parser.cc 792 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
799 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high);
816 CBU8_APPEND_UNSAFE(utf8_units, offset, point);
818 // CBU8_APPEND_UNSAFE can overwrite up to 4 bytes, so utf8_units may not be
  /external/libweave/third_party/chromium/base/json/
json_parser.cc 787 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
794 CBU8_APPEND_UNSAFE(code_unit8, offset, code_unit16_high);
811 CBU8_APPEND_UNSAFE(utf8_units, offset, point);
813 // CBU8_APPEND_UNSAFE can overwrite up to 4 bytes, so utf8_units may not be

Completed in 288 milliseconds