Searched refs:utf16buf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c552 unsigned short utf16buf[2]; local
555 utf16buf[0] = bp->utf16_surr;
556 utf16buf[1] = UTF16_VALUE (c);
557 if (u16_mbtouc (&uc, utf16buf, 2) != 2)
H A Dx-python.c909 unsigned short utf16buf[2]; local
912 utf16buf[0] = bp->utf16_surr;
913 utf16buf[1] = UNICODE_VALUE (c);
914 if (u16_mbtouc (&uc, utf16buf, 2) != 2)

Completed in 113 milliseconds