Searched refs:utf_encodeWchar (Results 1 – 5 of 5) sorted by relevance
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar() function197 utf_encodeWchar((utf16_t *)s, c); in utf_encode()
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
6809 utf_encodeWchar(&utf16buf[0], rawvalue); in foreachApplyUtf()
370 void utf_encodeWchar(wchar* s, dchar c) in utf_encodeWchar() function390 utf_encodeWchar(cast(wchar*)s, c); in utf_encode()
7190 utf_encodeWchar(&utf16buf[0], rawvalue); in foreachApplyUtf()