Searched refs:alphabeticChars (Results 1 – 1 of 1) sorted by relevance
240 int alphabeticChars = 0; in categorizeInternedString() local249 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()