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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtranslit.cpp454 // globalLimit is the limit value for the entire operation. We
458 // update globalLimit for insertions or deletions that have
460 int32_t globalLimit = index.limit; local
480 while (index.start < globalLimit &&
487 while (index.limit < globalLimit &&
497 // assert(index.start == globalLimit);
502 // filtered text (if limit < globalLimit) then we pass in
506 (index.limit < globalLimit ? FALSE : incremental);
633 globalLimit += totalDelta;
663 globalLimit
[all...]

Completed in 133 milliseconds