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

  /external/icu/icu4c/source/common/
ubidiwrt.cpp 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)

Completed in 151 milliseconds