Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp404 static const uint32_t stickyAllowlist[] = { variable
416 for (size_t i = 0; i < sizeof(stickyAllowlist) / sizeof(stickyAllowlist[0]); i++) { in isStickyAllowlisted()
417 if (stickyAllowlist[i] == c) return true; in isStickyAllowlisted()