Searched refs:thisMatch (Results 1 – 2 of 2) sorted by relevance
183 int bestMatch = -1, thisMatch = -1; in init() local197 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in init()199 if (thisMatch >= bestMatch) { in init()200 bestMatch = thisMatch; in init()
270 int bestMatch = -1, thisMatch = -1; in buildGUI() local283 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in buildGUI()285 if (thisMatch >= bestMatch) { in buildGUI()286 bestMatch = thisMatch; in buildGUI()