Searched defs:Utf8SuffixMap (Results 1 – 1 of 1) sorted by relevance
176 pub struct Utf8SuffixMap { struct180 version: u16,182 capacity: usize,185 map: Vec<Utf8SuffixEntry>,210 impl Utf8SuffixMap { implementation219 pub fn new(capacity: usize) -> Utf8SuffixMap { in new()