Searched refs:kUnitThresholds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/text/
H A Dbytes_formatting.cc68 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
70 static const int64 kUnitThresholds[] = { local
84 int unit_index = arraysize(kUnitThresholds);
86 if (bytes >= kUnitThresholds[unit_index])
/external/chromium/base/
H A Dstring_util.cc629 // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1].
631 static const int64 kUnitThresholds[] = { local
643 int unit_index = arraysize(kUnitThresholds);
645 if (bytes >= kUnitThresholds[unit_index])

Completed in 1705 milliseconds