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