Home | History | Annotate | Download | only in i18n

Lines Matching refs:compoundFilterOffset

934     int32_t compoundFilterOffset = -1;
1011 compoundFilterOffset = ruleCount;
1126 if ((direction == UTRANS_FORWARD && compoundFilterOffset != 1) ||
1127 (direction == UTRANS_REVERSE && compoundFilterOffset != ruleCount)) {