Searched refs:thisMatch (Results 1 – 2 of 2) sorted by relevance
181 int bestMatch = -1, thisMatch = -1; in init() local195 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in init()197 if (thisMatch >= bestMatch) { in init()198 bestMatch = thisMatch; in init()
268 int bestMatch = -1, thisMatch = -1; in buildGUI() local281 thisMatch = DemoUtility.compareLocales(locales[i], defaultLocale); in buildGUI()283 if (thisMatch >= bestMatch) { in buildGUI()284 bestMatch = thisMatch; in buildGUI()