Home
last modified time | relevance | path

Searched refs:utf16buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-java.c507 unsigned short utf16buf[2]; in string_buffer_append() local
510 utf16buf[0] = bp->utf16_surr; in string_buffer_append()
511 utf16buf[1] = UTF16_VALUE (c); in string_buffer_append()
512 if (u16_mbtouc_aux (&uc, utf16buf, 2) != 2) in string_buffer_append()
H A Dx-python.c910 unsigned short utf16buf[2]; in mixed_string_buffer_append() local
913 utf16buf[0] = bp->utf16_surr; in mixed_string_buffer_append()
914 utf16buf[1] = UNICODE_VALUE (c); in mixed_string_buffer_append()
915 if (u16_mbtouc_aux (&uc, utf16buf, 2) != 2) in mixed_string_buffer_append()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6655 unsigned short utf16buf[2]; in foreachApplyUtf() local
6724 utf16buf[i] = (unsigned short)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf()
6727 errmsg = utf_decodeWchar(&utf16buf[0], buflen, &n, &rawvalue); in foreachApplyUtf()
6809 utf_encodeWchar(&utf16buf[0], rawvalue); in foreachApplyUtf()
6836 codepoint = utf16buf[k]; in foreachApplyUtf()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7032 wchar[2] utf16buf = void; in foreachApplyUtf()
7099 utf16buf[i] = cast(ushort)r.isIntegerExp().getInteger(); in foreachApplyUtf()
7102 errmsg = utf_decodeWchar(utf16buf[0 .. buflen], n, rawvalue); in foreachApplyUtf()
7190 utf_encodeWchar(&utf16buf[0], rawvalue); in foreachApplyUtf()
7217 codepoint = utf16buf[k]; in foreachApplyUtf()