Home
last modified time | relevance | path

Searched refs:lookupInternal (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenatorMap.h56 return getInstance().lookupInternal(locale); in lookup()
64 const Hyphenator* lookupInternal(const Locale& locale);
DHyphenatorMap.cpp73 const Hyphenator* HyphenatorMap::lookupInternal(const Locale& locale) { in lookupInternal() function in minikin::HyphenatorMap
/frameworks/minikin/tests/unittest/
DHyphenatorMapTest.cpp71 using HyphenatorMap::lookupInternal;
143 return mMap.lookupInternal(getLocale(localeStr)); in lookup()