HomeSort by relevance Sort by last modified time
    Searched refs:IS_COMBINING (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/
ubidiwrt.c 47 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK))
228 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
278 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
  /external/libxml2/include/libxml/
parserInternals.h 174 * IS_COMBINING:
181 #define IS_COMBINING(c) xmlIsCombiningQ(c)
  /external/libxml2/
pattern.c 837 (IS_COMBINING(val)) ||
875 (IS_COMBINING(val)) ||
    [all...]
tree.c 411 (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)) {
    [all...]
parser.c     [all...]
xpath.c     [all...]
valid.c     [all...]
xmlregexp.c     [all...]

Completed in 999 milliseconds