HomeSort by relevance Sort by last modified time
    Searched refs:globalLimit (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Transliterator.java     [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp 456 // globalLimit is the limit value for the entire operation. We
460 // update globalLimit for insertions or deletions that have
462 int32_t globalLimit = index.limit;
482 while (index.start < globalLimit &&
489 while (index.limit < globalLimit &&
499 // assert(index.start == globalLimit);
504 // filtered text (if limit < globalLimit) then we pass in
508 (index.limit < globalLimit ? FALSE : incremental);
635 globalLimit += totalDelta;
665 globalLimit += delta
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java     [all...]

Completed in 749 milliseconds