Home | History | Annotate | Download | only in i18n

Lines Matching defs:post

271     int32_t post;   // position of post context marker '}' in text
280 // output text. The length of the ante and post context is
348 post = -1;
720 if (post >= 0) {
723 post = buf.length();
781 // post < 0 ? text.length() : post);
782 if (post >= 0) {
783 text.remove(post);
788 ante = post = -1;
1410 if (left->post < 0) {
1411 left->post = left->text.length();
1420 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1426 //(right->cursorOffset > (left->text.length() - left->post)) ||
1430 left->ante > left->post) {
1446 left->text, left->ante, left->post,
1490 //for post-context