Home
last modified time | relevance | path

Searched refs:p7_result (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-vala.c404 #define IS_UNICODE(p7_result) ((p7_result) >= 0x100) argument
408 #define UNICODE_VALUE(p7_result) ((p7_result) - 0x100) argument
Dx-python.c778 #define IS_UNICODE(p7_result) ((p7_result) >= 0x100) argument
782 #define UNICODE_VALUE(p7_result) ((p7_result) - 0x100) argument
Dx-javascript.c652 #define IS_UNICODE(p7_result) ((p7_result) >= 0x100) argument
656 #define UNICODE_VALUE(p7_result) ((p7_result) - 0x100) argument
Dx-c.c986 #define IS_UNICODE(p7_result) ((p7_result) >= 0x100) argument
990 #define UNICODE_VALUE(p7_result) ((p7_result) - 0x100) argument