Home
last modified time | relevance | path

Searched defs:exactMatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/tests/unittest/
DHyphenatorMapTest.cpp150 TEST_F(HyphenatorMapTest, exactMatch) { in TEST_F() argument
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt445 fun exactMatch(candidates: List<TypeConverter>): TypeConverter? { in <lambda>() method