Searched refs:calcScoreFor (Results 1 – 3 of 3) sorted by relevance
143 int calcScoreFor(const LocaleList& supported) const;
460 int Locale::calcScoreFor(const LocaleList& supported) const { in calcScoreFor() function in minikin::Locale
308 score = score * 5u + localeList[i].calcScoreFor(fontLocaleList); in calcLocaleMatchingScore()