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

  /external/chromium_org/third_party/icu/source/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/icu4c/common/
ubidiwrt.c 50 #define IS_COMBINING(type) ((1UL<<(type))&(1UL<<U_NON_SPACING_MARK|1UL<<U_COMBINING_SPACING_MARK|1UL<<U_ENCLOSING_MARK))
231 } while(srcLength>0 && IS_COMBINING(u_charType(c)));
281 while(srcLength>0 && IS_COMBINING(u_charType(c))) {
  /external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h 141 * IS_COMBINING:
148 #define IS_COMBINING(c) xmlIsCombiningQ(c)
  /external/libxml2/include/libxml/
parserInternals.h 141 * IS_COMBINING:
148 #define IS_COMBINING(c) xmlIsCombiningQ(c)

Completed in 993 milliseconds