HomeSort by relevance Sort by last modified time
    Searched full:minunit (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
stringtriebuilder.cpp 98 int32_t minUnit=getElementUnit(start, unitIndex);
100 if(minUnit==maxUnit) {
118 // length>=2 because minUnit!=maxUnit.
164 // after their own positions, so if we wrote the minUnit sub-node first,
166 // Instead we write the minUnit sub-node last, for a shorter delta.
222 int32_t minUnit=getElementUnit(start, unitIndex);
224 if(minUnit==maxUnit) {
241 // length>=2 because minUnit!=maxUnit.
511 // after their own positions, so if we wrote the minUnit sub-node first,
513 // Instead we write the minUnit sub-node last, for a shorter delta
    [all...]
  /external/libppp/src/
bundle.c 700 int enoentcount, err, minunit, maxunit; local
715 minunit = 0;
718 minunit = unit;
726 for (bundle.unit = minunit; bundle.unit != maxunit; bundle.unit++) {
734 if (bundle.unit == minunit && !kldtried++) {
    [all...]

Completed in 157 milliseconds