Home | History | Annotate | Download | only in i18n

Lines Matching full:right

78 #define ALT_FORWARD_RULE_OP ((UChar)0x2192) // Right Arrow
79 #define ALT_FWDREV_RULE_OP ((UChar)0x2194) // Left Right Arrow
266 // right of the key. This is indicated by characters on the output
381 * pos on entry points right after it. Accumulate everything
1262 // Locate the left side, operator, and right side
1274 RuleHalf* right = &_right;
1307 pos = right->parse(rule, pos, limit, status);
1338 right->anchorStart || right->anchorEnd) {
1341 // We allow anything on the right, including an empty string.
1342 UnicodeString* value = new UnicodeString(right->text);
1386 right = &_left;
1393 right->removeContext();
1408 // on the left, and references on the right. Cursor offset
1412 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1413 (right->cursorOffset != 0 && right->cursor < 0) ||
1418 //(right->cursorOffset > (left->text.length() - left->post)) ||
1419 //(-right->cursorOffset > left->ante) ||
1420 right->anchorStart || right->anchorEnd ||
1421 !left->isValidInput(*this) || !right->isValidOutput(*this) ||
1439 right->text, right->cursor, right->cursorOffset,