Home
last modified time | relevance | path

Searched refs:kEmptyLocaleListId (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/libs/minikin/
DLocaleListCache.cpp124 mLocaleListLookupTable.emplace(std::vector<Locale>(), kEmptyLocaleListId); in LocaleListCache()
125 mLocaleListStringCache.emplace("", kEmptyLocaleListId); in LocaleListCache()
141 return kEmptyLocaleListId; in getIdInternal()
DFontFamily.cpp53 return create(kEmptyLocaleListId, variant, std::move(fonts), false /* isCustomFallback */, in create()
/frameworks/minikin/include/minikin/
DLocaleList.h26 const static uint32_t kEmptyLocaleListId = 0; variable
DFont.h145 uint32_t mLocaleListId = kEmptyLocaleListId;
/frameworks/base/native/android/
Dsystem_fonts.cpp248 if (localeId != minikin::kEmptyLocaleListId) { in ASystemFontIterator_open()