OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU8_APPEND_UNSAFE
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/
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/chromium_org/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/chromium/base/third_party/icu/
icu_utf.h
216
#define
CBU8_APPEND_UNSAFE
(s, i, c) { \
/external/chromium_org/base/third_party/icu/
icu_utf.h
217
#define
CBU8_APPEND_UNSAFE
(s, i, c) { \
/external/chromium_org/base/json/
json_parser.cc
779
CBU8_APPEND_UNSAFE
(code_unit8, offset, code_point);
783
CBU8_APPEND_UNSAFE
(code_unit8, offset, code_unit16_high);
798
CBU8_APPEND_UNSAFE
(utf8_units, offset, point);
800
//
CBU8_APPEND_UNSAFE
can overwrite up to 4 bytes, so utf8_units may not be
Completed in 256 milliseconds