Searched refs:IS_COMBINING (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_move.c58 if (!IS_COMBINING(zleline[loccs]))
70 } else if (!IS_COMBINING(zleline[loccs])) {
104 if (!IS_COMBINING(zleline[loccs])) {
222 if (!IS_COMBINING(wc)) {
H A Dzle_refresh.c1276 if (!IS_COMBINING(t[ichars]))
2439 while (t0 < tmpll-1 && IS_COMBINING(tmpline[t0+1]))
2532 if (!IS_COMBINING(tmpline[t0+ichars]))
H A Dzle_misc.c72 if (!IS_COMBINING(zstr[i]))
/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
231 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
281 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DparserInternals.h174 * IS_COMBINING:
181 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DparserInternals.h141 * IS_COMBINING:
148 #define IS_COMBINING(c) xmlIsCombiningQ(c) macro
/macosx-10.10/libxml2-26/libxml2/
H A Dpattern.c837 (IS_COMBINING(val)) ||
875 (IS_COMBINING(val)) ||
H A Dtree.c411 (c == '-') || (c == '_') || IS_COMBINING(c) ||
498 (c == '-') || (c == '_') || IS_COMBINING(c) ||
511 (c == '-') || (c == '_') || IS_COMBINING(c) ||
582 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
649 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)))
654 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
H A DHTMLparser.c2507 (IS_COMBINING(c)) ||
H A Dparser.c3212 (IS_COMBINING(c)) ||
3310 (IS_COMBINING(c)) ||
H A Dxpath.c10002 (IS_COMBINING(c)) ||
10026 (IS_COMBINING(c)) ||
10592 (IS_COMBINING(c)) ||
H A Dvalid.c3472 (IS_COMBINING(c)) ||
H A Dxmlregexp.c2824 IS_COMBINING(codepoint) || IS_EXTENDER(codepoint));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c833 (IS_COMBINING(val)) ||
871 (IS_COMBINING(val)) ||
H A Dtree.c408 (c == '-') || (c == '_') || IS_COMBINING(c) ||
495 (c == '-') || (c == '_') || IS_COMBINING(c) ||
508 (c == '-') || (c == '_') || IS_COMBINING(c) ||
579 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
646 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)))
651 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
H A DHTMLparser.c2467 (IS_COMBINING(c)) ||
H A Dparser.c3019 (IS_COMBINING(c)) ||
3113 (IS_COMBINING(c)) ||
H A Dxpath.c9858 (IS_COMBINING(c)) ||
9879 (IS_COMBINING(c)) ||
10435 (IS_COMBINING(c)) ||
H A Dvalid.c3472 (IS_COMBINING(c)) ||
H A Dxmlregexp.c2816 IS_COMBINING(codepoint) || IS_EXTENDER(codepoint));
/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
H A Dhist.c1916 if (IS_COMBINING(wc))
H A Dutils.c3547 if (IS_COMBINING(c))
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dpattern.c1343 (IS_COMBINING(val)) ||

Completed in 570 milliseconds