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

/macosx-10.9.5/ICU-511.35/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.9.5/libxml2-26/libxml2/include/libxml/
H A DparserInternals.h181 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DparserInternals.h148 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh.h2771 #define IS_COMBINING(wc) (WCWIDTH(wc) == 0 && !iswcntrl(wc)) macro
2773 #define IS_COMBINING(wc) (WCWIDTH(wc) == 0) macro

Completed in 111 milliseconds