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