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

  /external/icu4c/layout/
ArabicShaping.h 42 MASK_NOSHAPE = 8 // if this bit set, don't shape this char, i.e. tatweel
53 ST_NOSHAPE_DUAL = MASK_NOSHAPE | ST_DUAL,
54 ST_NOSHAPE_NONE = MASK_NOSHAPE
ArabicShaping.cpp 187 le_bool curShapes = (t & MASK_NOSHAPE) == 0;

Completed in 188 milliseconds