Home
last modified time | relevance | path

Searched refs:alphabeticChars (Results 1 – 1 of 1) sorted by relevance

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
DHeapCategorization.java240 int alphabeticChars = 0; in categorizeInternedString() local
249 alphabeticChars++; in categorizeInternedString()
255 if (nonAsciiChars >= 0.5 * totalChars && alphabeticChars >= 0.5 * totalChars) { in categorizeInternedString()
259 } else if (alphabeticChars >= 0.75 * totalChars && whitespaceChars >= 0.05 * totalChars) { in categorizeInternedString()