Searched refs:isSPACE_LC_uvchr (Results 1 – 1 of 1) sorted by relevance
471 #define isSPACE_LC_uvchr(c) (c < 256 ? isSPACE_LC(c) : is_uni_space_lc(c)) macro511 #define isSPACE_LC_utf8(p) isSPACE_LC_uvchr(utf8_to_uvchr(p, 0))