Searched refs:ScoreEntry (Results 1 – 2 of 2) sorted by relevance
72 private static final class ScoreEntry implements Comparable<ScoreEntry> { class in LocaleUtils76 ScoreEntry(@NonNull byte[] score, int index) { in ScoreEntry() method in LocaleUtils.ScoreEntry125 public int compareTo(final ScoreEntry other) { in compareTo()158 final ArrayMap<String, ScoreEntry> scoreboard = new ArrayMap<>(); in filterByLanguage()192 final ScoreEntry bestScore = scoreboard.get(lang); in filterByLanguage()194 scoreboard.put(lang, new ScoreEntry(score, i)); in filterByLanguage()201 final ScoreEntry[] result = new ScoreEntry[numEntries]; in filterByLanguage()206 for (final ScoreEntry entry : result) { in filterByLanguage()
20029 PLcom/android/server/inputmethod/LocaleUtils$ScoreEntry;-><init>([BI)V20030 PLcom/android/server/inputmethod/LocaleUtils$ScoreEntry;->compare([B[B)I20031 PLcom/android/server/inputmethod/LocaleUtils$ScoreEntry;->set([BI)V20032 PLcom/android/server/inputmethod/LocaleUtils$ScoreEntry;->updateIfBetter([BI)V53714 Lcom/android/server/inputmethod/LocaleUtils$ScoreEntry;