Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_string.h86 #define UT_UCS2_isdigit(x) (((x) >= '0') && ((x) <= '9')) // TODO: make UNICODE-wise macro
93 #define UT_UCS2_isalnum(x) (UT_UCS2_isalpha(x) || UT_UCS2_isdigit(x)) // HACK: not UNICODE-safe