Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DFont.h123 struct unicode_block_range { struct
124 uint32 start;
125 uint32 end;
126 const unicode_block& block;
128 uint32 Count() const { return end + 1 - start; } in Count()