Searched refs:getBestMatchForListString (Results 1 – 7 of 7) sorted by relevance
611 …const Locale *getBestMatchForListString(StringPiece desiredLocaleList, UErrorCode &errorCode) cons…
607 …const Locale *getBestMatchForListString(StringPiece desiredLocaleList, UErrorCode &errorCode) cons…
203 const Locale *best = matcher.getBestMatchForListString("el, fr, fr;q=0, en-GB", errorCode); in testBasics()595 const Locale *bestSupported = matcher.getBestMatchForListString(desiredSP, errorCode); in dataDriven()
643 const Locale *LocaleMatcher::getBestMatchForListString( in getBestMatchForListString() function in LocaleMatcher