Home | History | Annotate | Download | only in i18n

Lines Matching defs:ante

263     int32_t ante;   // position of ante context marker '{' in text
272 // the ante- or postcontext text. Placeholders are only valid in
273 // output text. The length of the ante and post context is
340 ante = -1;
707 if (ante >= 0) {
710 ante = buf.length();
773 //text = text.substring(ante < 0 ? 0 : ante,
778 if (ante >= 0) {
779 text.removeBetween(0, ante);
781 ante = post = -1;
1400 if (left->ante < 0) {
1401 left->ante = 0;
1413 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1416 // - the cursor offset stayed within the ante- or postcontext.
1420 //(-right->cursorOffset > left->ante) ||
1423 left->ante > left->post) {
1439 left->text, left->ante, left->post,