Home | History | Annotate | Download | only in i18n

Lines Matching refs:ante

268     int32_t ante;   // position of ante context marker '{' in text
277 // the ante- or postcontext text. Placeholders are only valid in
278 // output text. The length of the ante and post context is
345 ante = -1;
712 if (ante >= 0) {
715 ante = buf.length();
778 //text = text.substring(ante < 0 ? 0 : ante,
783 if (ante >= 0) {
784 text.removeBetween(0, ante);
786 ante = post = -1;
1405 if (left->ante < 0) {
1406 left->ante = 0;
1418 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1421 // - the cursor offset stayed within the ante- or postcontext.
1425 //(-right->cursorOffset > left->ante) ||
1428 left->ante > left->post) {
1444 left->text, left->ante, left->post,