Home | History | Annotate | Download | only in text

Lines Matching refs:FORWARD

40  * separated by semicolons, with optional forward and reverse global
62 private static final int FORWARD = Transliterator.FORWARD;
160 SingleID single = specsToID(specs, FORWARD);
214 if (dir == FORWARD) {
215 single = specsToID(specsA, FORWARD);
217 OPEN_REV + specsToID(specsB, FORWARD).canonID + CLOSE_REV;
222 single = specsToID(specsB, FORWARD);
224 OPEN_REV + specsToID(specsA, FORWARD).canonID + CLOSE_REV;
231 if (dir == FORWARD) {
232 single = specsToID(specsA, FORWARD);
258 * added to the canonID, either at the end, if dir is FORWARD, or
301 // In the forward direction, append the pattern to the
305 if (dir == FORWARD) {
323 * Parse a compound ID, consisting of an optional forward global
364 if (dir == FORWARD) {
375 if (dir == FORWARD) {
706 if (dir == FORWARD) {