Home
last modified time | relevance | path

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

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