Home | History | Annotate | Download | only in common

Lines Matching refs:insertRemove

402     pBiDi->runs[0].insertRemove=0;
546 * If option UBIDI_OPTION_INSERT_MARKS is set, insertRemove will contain the
548 * If option UBIDI_OPTION_REMOVE_CONTROLS is set, insertRemove will contain the
645 runs[runIndex].insertRemove=0;
694 pBiDi->runs[runIndex].insertRemove|=point->flag;
705 pBiDi->runs[runIndex].insertRemove--;
926 int32_t i, length, insertRemove;
930 insertRemove=runs[i].insertRemove;
931 if(insertRemove & (LRM_BEFORE|RLM_BEFORE)) {
938 if(insertRemove & (LRM_AFTER|RLM_AFTER)) {
946 int32_t i, j, start, limit, length, insertRemove;
956 insertRemove=runs[i].insertRemove;
959 controlFound-=insertRemove;
963 if(insertRemove==0) {
1013 int32_t markFound=0, insertRemove;
1019 insertRemove=runs[i].insertRemove;
1020 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1031 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1041 int32_t controlFound=0, insertRemove, length;
1048 insertRemove=runs[i].insertRemove;
1050 if(visualIndex>=(runs[i].visualLimit-controlFound+insertRemove)) {
1051 controlFound-=insertRemove;
1055 if(insertRemove==0) {
1153 int32_t length, insertRemove;
1158 insertRemove=runs[i].insertRemove;
1159 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1169 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1176 int32_t length, insertRemove;
1183 insertRemove=runs[i].insertRemove;
1185 if((controlFound-insertRemove)==0) {
1193 if(insertRemove==0) {
1251 int32_t insertRemove, i, j, k;
1255 insertRemove=runs[i].insertRemove;
1256 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1259 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1266 insertRemove=runs[i].insertRemove;
1267 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1275 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1283 int32_t insertRemove, length, i, j, k, m;
1292 insertRemove=runs[i].insertRemove;
1294 if((insertRemove==0)&&(k==visualStart)) {
1299 if(insertRemove==0) {