Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dutf_string_conversion_utils.cc85 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point); in WriteUnicodeCharacter()
Dutf_string_conversions.cc63 CBU8_APPEND_UNSAFE(out, *size, code_point); in UnicodeAppendUnsafe()
/external/libchrome/base/third_party/icu/
Dicu_utf.h270 #define CBU8_APPEND_UNSAFE(s, i, c) { \ macro