Searched refs:insertRemove (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dubidiln.c398 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; local
926 insertRemove=runs[i].insertRemove;
927 if(insertRemove
942 int32_t i, j, start, limit, length, insertRemove; local
1009 int32_t markFound=0, insertRemove; local
1037 int32_t controlFound=0, insertRemove, length; local
1149 int32_t length, insertRemove; local
1172 int32_t length, insertRemove; local
1247 int32_t insertRemove, i, j, k; local
1279 int32_t insertRemove, length, i, j, k, m; local
[all...]
H A Dubidi.c1584 runCount, runLength, addedRuns, insertRemove, local
1718 insertRemove=runs[i].insertRemove&(LRM_AFTER|RLM_AFTER);
1719 runs[i+addedRuns].insertRemove=insertRemove;
1720 runs[i].insertRemove&=~insertRemove;
H A Dubidiimp.h140 insertRemove; /* if >0, flags for inserting LRM/RLM before/after run, member in struct:Run
H A Dubidiwrt.c464 markFlag=pBiDi->runs[run].insertRemove;

Completed in 59 milliseconds