Lines Matching refs:LocaleDistance
47 LocaleDistance *gLocaleDistance = nullptr;
59 void U_CALLCONV LocaleDistance::initLocaleDistance(UErrorCode &errorCode) { in initLocaleDistance()
72 gLocaleDistance = new LocaleDistance(data, likely); in initLocaleDistance()
80 const LocaleDistance *LocaleDistance::getSingleton(UErrorCode &errorCode) { in getSingleton()
82 umtx_initOnce(gInitOnce, &LocaleDistance::initLocaleDistance, errorCode); in getSingleton()
86 LocaleDistance::LocaleDistance(const LocaleDistanceData &data, const XLikelySubtags &likely) : in LocaleDistance() function in LocaleDistance
109 int32_t LocaleDistance::getBestIndexAndDistance( in getBestIndexAndDistance()
258 int32_t LocaleDistance::getDesSuppScriptDistance( in getDesSuppScriptDistance()
281 int32_t LocaleDistance::getRegionPartitionsDistance( in getRegionPartitionsDistance()
355 int32_t LocaleDistance::getFallbackRegionDistance(BytesTrie &iter, uint64_t startState) { in getFallbackRegionDistance()
366 int32_t LocaleDistance::trieNext(BytesTrie &iter, const char *s, bool wantValue) { in trieNext()
402 UBool LocaleDistance::isParadigmLSR(const LSR &lsr) const { in isParadigmLSR()