OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VS256
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
MinikinInternal.cpp
49
return VS17 <= codePoint && codePoint <=
VS256
;
MinikinInternal.h
46
constexpr uint32_t
VS256
= 0xE01EF;
/frameworks/minikin/tests/stresstest/
FontFamilyTest.cpp
50
for (uint32_t vs = VS1; vs <
VS256
; ++vs) {
Completed in 39 milliseconds