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