Lines Matching refs:insertRemove

398     pBiDi->runs[0].insertRemove=0;
542 * If option UBIDI_OPTION_INSERT_MARKS is set, insertRemove will contain the
544 * If option UBIDI_OPTION_REMOVE_CONTROLS is set, insertRemove will contain the
641 runs[runIndex].insertRemove=0;
690 pBiDi->runs[runIndex].insertRemove|=point->flag;
701 pBiDi->runs[runIndex].insertRemove--;
922 int32_t i, length, insertRemove;
926 insertRemove=runs[i].insertRemove;
927 if(insertRemove & (LRM_BEFORE|RLM_BEFORE)) {
934 if(insertRemove & (LRM_AFTER|RLM_AFTER)) {
942 int32_t i, j, start, limit, length, insertRemove;
952 insertRemove=runs[i].insertRemove;
955 controlFound-=insertRemove;
959 if(insertRemove==0) {
1009 int32_t markFound=0, insertRemove;
1015 insertRemove=runs[i].insertRemove;
1016 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1027 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1037 int32_t controlFound=0, insertRemove, length;
1044 insertRemove=runs[i].insertRemove;
1046 if(visualIndex>=(runs[i].visualLimit-controlFound+insertRemove)) {
1047 controlFound-=insertRemove;
1051 if(insertRemove==0) {
1149 int32_t length, insertRemove;
1154 insertRemove=runs[i].insertRemove;
1155 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1165 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1172 int32_t length, insertRemove;
1179 insertRemove=runs[i].insertRemove;
1181 if((controlFound-insertRemove)==0) {
1189 if(insertRemove==0) {
1247 int32_t insertRemove, i, j, k;
1251 insertRemove=runs[i].insertRemove;
1252 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1255 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1262 insertRemove=runs[i].insertRemove;
1263 if(insertRemove&(LRM_AFTER|RLM_AFTER)) {
1271 if(insertRemove&(LRM_BEFORE|RLM_BEFORE)) {
1279 int32_t insertRemove, length, i, j, k, m;
1288 insertRemove=runs[i].insertRemove;
1290 if((insertRemove==0)&&(k==visualStart)) {
1295 if(insertRemove==0) {