Searched defs:IS_COMBINING (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dubidiwrt.c50 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK)) macro
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DparserInternals.h181 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DparserInternals.h148 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h2845 #define IS_COMBINING(wc) (WCWIDTH(wc) == 0 && !iswcntrl(wc)) macro
2847 #define IS_COMBINING(wc) (WCWIDTH(wc) == 0) macro

Completed in 148 milliseconds