Searched defs:Utf8Compiler (Results 1 – 1 of 1) sorted by relevance
855 struct Utf8Compiler<'a> { struct856 nfac: &'a Compiler,857 state: &'a mut Utf8State,858 target: StateID,890 impl<'a> Utf8Compiler<'a> { impl