Searched refs:CF_BELOW_BASE (Results 1 – 2 of 2) sorted by relevance
50 #define CF_BELOW_BASE 0x10000000U macro255 return (charClass & (CF_POST_BASE | CF_BELOW_BASE)) != 0; in hasPostOrBelowBaseForm()270 return (charClass & CF_BELOW_BASE) != 0; in hasBelowBaseForm()
67 #define _bb (_ct | CF_BELOW_BASE)