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

  /frameworks/base/libs/hwui/utils/
LinearAllocator.cpp 244 static const char* toSize(size_t value, float& result) {
260 prettySuffix = toSize(mTotalAllocated, prettySize);
262 prettySuffix = toSize(mWastedSpace, prettySize);
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 587 int32_t toSize = ures_getSize(fromArray);
591 if (fromSize > toSize) {
592 fromSize = toSize;
    [all...]

Completed in 80 milliseconds