Home | History | Annotate | Download | only in i18n

Lines Matching defs:ante

262     int32_t ante;   // position of ante context marker '{' in text
271 // the ante- or postcontext text. Placeholders are only valid in
272 // output text. The length of the ante and post context is
339 ante = -1;
706 if (ante >= 0) {
709 ante = buf.length();
772 //text = text.substring(ante < 0 ? 0 : ante,
777 if (ante >= 0) {
778 text.removeBetween(0, ante);
780 ante = post = -1;
1399 if (left->ante < 0) {
1400 left->ante = 0;
1412 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1415 // - the cursor offset stayed within the ante- or postcontext.
1419 //(-right->cursorOffset > left->ante) ||
1422 left->ante > left->post) {
1438 left->text, left->ante, left->post,