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

  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 183 uint32_t desiredCount = unum_getTextAttribute(fmt, attr, chars.get(), charCount, &status);
187 charCount = desiredCount + 1;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 584 var desiredCount = this.currentEvictionThreshold_();
585 var removeCount = this.totalCount_ - desiredCount;

Completed in 58 milliseconds