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

  /external/icu4c/common/
ubidiwrt.c 49 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK))
230 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
280 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
  /external/libxml2/include/libxml/
parserInternals.h 141 * IS_COMBINING:
148 #define IS_COMBINING(c) xmlIsCombiningQ(c)
  /external/libxml2/
pattern.c 833 (IS_COMBINING(val)) ||
871 (IS_COMBINING(val)) ||
    [all...]
tree.c 407 (c == '-') || (c == '_') || IS_COMBINING(c) ||
494 (c == '-') || (c == '_') || IS_COMBINING(c) ||
507 (c == '-') || (c == '_') || IS_COMBINING(c) ||
578 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
645 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)))
650 (c == '-') || (c == '_') || IS_COMBINING(c) || IS_EXTENDER(c)) {
    [all...]
HTMLparser.c     [all...]
parser.c     [all...]
xpath.c     [all...]
valid.c     [all...]
xmlregexp.c     [all...]
  /external/libxslt/libxslt/
pattern.c     [all...]

Completed in 117 milliseconds