Searched refs:UNICODE_VALUE (Results 1 - 1 of 1) 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.c778 #define UNICODE_VALUE(p7_result) ((p7_result) - 0x100) macro
913 utf16buf[1] = UNICODE_VALUE (c);
925 bp->utf16_surr = UNICODE_VALUE (c);
927 mixed_string_buffer_append_unicode (bp, UNICODE_VALUE (c));
1541 assert (UNICODE_VALUE (uc) >= 0
1542 && UNICODE_VALUE (uc) < 0x110000);

Completed in 49 milliseconds