Home | History | Annotate | Download | only in i18n

Lines Matching full:direction

898     direction = theDirection;
970 if (direction == UTRANS_FORWARD)
980 TransliteratorIDParser::parseSingleID(rule, p, direction, status);
984 if (direction == UTRANS_FORWARD) {
994 UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL);
997 && (direction == UTRANS_FORWARD) == (withParens == 0))
1026 if (direction == UTRANS_FORWARD)
1067 if (direction == UTRANS_FORWARD)
1073 if (direction == UTRANS_FORWARD)
1120 if ((direction == UTRANS_FORWARD && compoundFilterOffset != 1) ||
1121 (direction == UTRANS_REVERSE && compoundFilterOffset != ruleCount)) {
1375 // If the direction we want doesn't match the rule
1376 // direction, do nothing.
1378 ((direction == UTRANS_FORWARD) != (op == FORWARD_RULE_OP))) {
1384 if (direction == UTRANS_REVERSE) {