Searched refs:utf8buf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-python.c501 unsigned char utf8buf[6]; local
502 int count = u8_uctomb (utf8buf, uc, 6);
509 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
842 unsigned char utf8buf[6]; local
843 int count = u8_uctomb (utf8buf, uc, 6);
850 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
H A Dx-tcl.c685 unsigned char utf8buf[6]; local
691 count = u8_uctomb (utf8buf, uc, 6);
697 wp->token->chars[wp->token->charcount++] = utf8buf[i];
H A Dx-java.c450 unsigned char utf8buf[6]; local
451 int count = u8_uctomb (utf8buf, uc, 6);
458 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
H A Dx-csharp.c557 unsigned char utf8buf[6]; local
558 int count = u8_uctomb (utf8buf, uc, 6);
565 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);

Completed in 104 milliseconds