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

  /external/icu/icu4c/source/layout/
IndicReordering.cpp 641 if (classTable->scriptFlags & SF_MPRE_FIXUP) {
721 if ((classTable->scriptFlags & SF_MATRAS_AFTER_BASE) != 0) {
725 if ((classTable->scriptFlags & SF_REPH_AFTER_BELOW) != 0) {
730 if ((classTable->scriptFlags & SF_MATRAS_AFTER_BASE) == 0) {
737 if ((classTable->scriptFlags & SF_REPH_AFTER_BELOW) == 0) {
759 if ((classTable->scriptFlags & SF_EYELASH_RA) != 0 &&
778 le_int32 postBaseLimit = classTable->scriptFlags & SF_POST_BASE_LIMIT_MASK;
897 if ((classTable->scriptFlags & SF_MATRAS_AFTER_BASE) != 0) {
917 if ((classTable->scriptFlags & SF_MATRAS_AFTER_BASE) == 0) {
923 if ((classTable->scriptFlags & SF_REPH_AFTER_BELOW) != 0)
    [all...]
IndicReordering.h 93 typedef le_uint32 ScriptFlags;
98 ScriptFlags scriptFlags;
186 return (scriptFlags & SF_FILTER_ZERO_WIDTH) != 0;

Completed in 1454 milliseconds