Lines Matching full:direction
68 UTransDirection direction,
76 init(id, direction, TRUE, status);
136 * @param direction either FORWARD or REVERSE
149 UTransDirection direction,
161 if (!TransliteratorIDParser::parseCompoundID(id, direction,
170 init(list, direction, fixReverseID, status);
182 * is, it should be in the FORWARD order; if direction is REVERSE then
184 * @param direction either FORWARD or REVERSE
191 UTransDirection direction,
216 int32_t j = (direction == UTRANS_FORWARD) ? i : count - 1 - i;
220 // If the direction is UTRANS_REVERSE then we may need to fix the
222 if (direction == UTRANS_REVERSE && fixReverseID) {