Searched refs:utf8buf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-python.c | 502 unsigned char utf8buf[6]; in unicode_string_buffer_append_unicode() local 503 int count = u8_uctomb (utf8buf, uc, 6); in unicode_string_buffer_append_unicode() 510 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in unicode_string_buffer_append_unicode() 843 unsigned char utf8buf[6]; in mixed_string_buffer_append_unicode() local 844 int count = u8_uctomb (utf8buf, uc, 6); in mixed_string_buffer_append_unicode() 851 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in mixed_string_buffer_append_unicode()
|
| H A D | x-tcl.c | 684 unsigned char utf8buf[6]; in accumulate_word() local 690 count = u8_uctomb (utf8buf, uc, 6); in accumulate_word() 696 wp->token->chars[wp->token->charcount++] = utf8buf[i]; in accumulate_word()
|
| H A D | x-java.c | 440 unsigned char utf8buf[6]; in string_buffer_append_unicode() local 441 int count = u8_uctomb (utf8buf, uc, 6); in string_buffer_append_unicode() 448 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in string_buffer_append_unicode()
|
| H A D | x-csharp.c | 552 unsigned char utf8buf[6]; in string_buffer_append_unicode() local 553 int count = u8_uctomb (utf8buf, uc, 6); in string_buffer_append_unicode() 560 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in string_buffer_append_unicode()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dinterpret.c | 6654 utf8_t utf8buf[4]; in foreachApplyUtf() local 6698 utf8buf[i] = (utf8_t)(((IntegerExp *)r)->getInteger()); in foreachApplyUtf() 6701 errmsg = utf_decodeChar(&utf8buf[0], buflen, &n, &rawvalue); in foreachApplyUtf() 6805 utf_encodeChar(&utf8buf[0], rawvalue); in foreachApplyUtf() 6833 codepoint = utf8buf[k]; in foreachApplyUtf()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dinterpret.d | 7031 char[4] utf8buf = void; in foreachApplyUtf() 7074 utf8buf[i] = cast(char)r.isIntegerExp().getInteger(); in foreachApplyUtf() 7077 errmsg = utf_decodeChar(utf8buf[0 .. buflen], n, rawvalue); in foreachApplyUtf() 7186 utf_encodeChar(&utf8buf[0], rawvalue); in foreachApplyUtf() 7214 codepoint = utf8buf[k]; in foreachApplyUtf()
|