Searched refs:lookupInternal (Results 1 – 3 of 3) sorted by relevance
56 return getInstance().lookupInternal(locale); in lookup()64 const Hyphenator* lookupInternal(const Locale& locale);
73 const Hyphenator* HyphenatorMap::lookupInternal(const Locale& locale) { in lookupInternal() function in minikin::HyphenatorMap
71 using HyphenatorMap::lookupInternal;143 return mMap.lookupInternal(getLocale(localeStr)); in lookup()