Home | History | Annotate | Download | only in i18n

Lines Matching refs:right

80 #define ALT_FORWARD_RULE_OP ((UChar)0x2192) // Right Arrow
81 #define ALT_FWDREV_RULE_OP ((UChar)0x2194) // Left Right Arrow
272 // right of the key. This is indicated by characters on the output
387 * pos on entry points right after it. Accumulate everything
1268 // Locate the left side, operator, and right side
1280 RuleHalf* right = &_right;
1313 pos = right->parse(rule, pos, limit, status);
1344 right->anchorStart || right->anchorEnd) {
1347 // We allow anything on the right, including an empty string.
1348 UnicodeString* value = new UnicodeString(right->text);
1392 right = &_left;
1399 right->removeContext();
1414 // on the left, and references on the right. Cursor offset
1418 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1419 (right->cursorOffset != 0 && right->cursor < 0) ||
1424 //(right->cursorOffset > (left->text.length() - left->post)) ||
1425 //(-right->cursorOffset > left->ante) ||
1426 right->anchorStart || right->anchorEnd ||
1427 !left->isValidInput(*this) || !right->isValidOutput(*this) ||
1445 right->text, right->cursor, right->cursorOffset,