Searched defs:unicode_block_range (Results 1 – 1 of 1) sorted by relevance
123 struct unicode_block_range { struct124 uint32 start;125 uint32 end;126 const unicode_block& block;128 uint32 Count() const { return end + 1 - start; } in Count()