Searched defs:Utf8Compiler (Results 1 – 2 of 2) sorted by relevance
855 struct Utf8Compiler<'a> { struct856 nfac: &'a Compiler,857 state: &'a mut Utf8State,858 target: StateID,890 impl<'a> Utf8Compiler<'a> { implementation
1726 struct Utf8Compiler<'a> { struct1727 builder: &'a mut Builder,1728 state: &'a mut Utf8State,1729 target: StateID,1761 impl<'a> Utf8Compiler<'a> { implementation