HomeSort by: relevance | last modified time | path
    Searched refs:IS_UNICODE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c 775 #define IS_UNICODE(p7_result) ((p7_result) >= 0x100)
778 IS_UNICODE. */
898 if (IS_UNICODE (c))
1533 if (IS_UNICODE (uc))
x-java.c 220 #define IS_UNICODE(p2_result) ((p2_result) >= 0x10000)
222 /* Extract the UTF-16 code of a return value that satisfies IS_UNICODE. */
495 if (IS_UNICODE (c))

Completed in 14 milliseconds