Uses of Class
org.apache.lucene.util.automaton.UTF32ToUTF8.UTF8Sequence
Packages that use UTF32ToUTF8.UTF8Sequence
Package
Description
Finite-state automaton for regular expressions.
-
Uses of UTF32ToUTF8.UTF8Sequence in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as UTF32ToUTF8.UTF8SequenceModifier and TypeFieldDescriptionprivate final UTF32ToUTF8.UTF8SequenceUTF32ToUTF8.endUTF8private final UTF32ToUTF8.UTF8SequenceUTF32ToUTF8.startUTF8private final UTF32ToUTF8.UTF8SequenceUTF32ToUTF8.tmpUTF8aprivate final UTF32ToUTF8.UTF8SequenceUTF32ToUTF8.tmpUTF8bMethods in org.apache.lucene.util.automaton with parameters of type UTF32ToUTF8.UTF8SequenceModifier and TypeMethodDescriptionprivate voidUTF32ToUTF8.build(int start, int end, UTF32ToUTF8.UTF8Sequence startUTF8, UTF32ToUTF8.UTF8Sequence endUTF8, int upto) private voidUTF32ToUTF8.end(int start, int end, UTF32ToUTF8.UTF8Sequence endUTF8, int upto, boolean doAll) private voidUTF32ToUTF8.start(int start, int end, UTF32ToUTF8.UTF8Sequence startUTF8, int upto, boolean doAll)