Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp447 bool is_localized = std::any_of(name.begin(), name.end(), [](const char& c) { in AddInstalledFont() local
451 if (is_localized) { in AddInstalledFont()