HomeSort by: relevance | last modified time | path
    Searched defs:utf8buf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-tcl.c 684 unsigned char utf8buf[6]; local
690 count = u8_uctomb (utf8buf, uc, 6);
696 wp->token->chars[wp->token->charcount++] = utf8buf[i];
x-csharp.c 552 unsigned char utf8buf[6]; local
553 int count = u8_uctomb (utf8buf, uc, 6);
560 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
x-java.c 440 unsigned char utf8buf[6]; local
441 int count = u8_uctomb (utf8buf, uc, 6);
448 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
x-python.c 502 unsigned char utf8buf[6]; local
503 int count = u8_uctomb (utf8buf, uc, 6);
510 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
843 unsigned char utf8buf[6]; local
844 int count = u8_uctomb (utf8buf, uc, 6);
851 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);

Completed in 32 milliseconds