Home | History | Annotate | Download | only in i18n

Lines Matching defs:post

269     int32_t post;   // position of post context marker '}' in text
278 // output text. The length of the ante and post context is
346 post = -1;
718 if (post >= 0) {
721 post = buf.length();
779 // post < 0 ? text.length() : post);
780 if (post >= 0) {
781 text.remove(post);
786 ante = post = -1;
1408 if (left->post < 0) {
1409 left->post = left->text.length();
1418 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 ||
1424 //(right->cursorOffset > (left->text.length() - left->post)) ||
1428 left->ante > left->post) {
1444 left->text, left->ante, left->post,
1488 //for post-context