Searched refs:getPreferred (Results 1 – 2 of 2) sorted by relevance
43 const UCharsetMatch *getPreferred(
143 const UCharsetMatch* bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()171 bestCombinedMatch = getPreferred(buf, strlen(buf), in detectAndConvert()217 const UCharsetMatch* bestSingleMatch = getPreferred(s, inputLength, in detectAndConvert()322 const UCharsetMatch *CharacterEncodingDetector::getPreferred( in getPreferred() function in android::CharacterEncodingDetector