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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java     [all...]
  /external/icu/icu4c/source/common/
edits.cpp 260 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0;
282 if (ab_bLength == 0 || !abIter.hasChange()) {
293 if (ab_bLength == 0) {
296 ab_bLength = abIter.newLength();
297 if (ab_bLength == 0) {
326 // Done fetching: ab_bLength > 0 && bc_bLength > 0
342 ab_bLength = aLength -= unchangedLength;
349 if (ab_bLength >= bc_bLength) {
353 aLength = ab_bLength -= bc_bLength;
360 if (ab_bLength <= bc_bLength)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java     [all...]

Completed in 149 milliseconds