Searched refs:CBU8_APPEND_UNSAFE (Results 1 – 3 of 3) sorted by relevance
85 CBU8_APPEND_UNSAFE(&(*output)[0], char_offset, code_point); in WriteUnicodeCharacter()
63 CBU8_APPEND_UNSAFE(out, *size, code_point); in UnicodeAppendUnsafe()
270 #define CBU8_APPEND_UNSAFE(s, i, c) { \ macro