Uses of Class
org.apache.lucene.util.automaton.UTF32ToUTF8.UTF8Sequence
-
Packages that use UTF32ToUTF8.UTF8Sequence Package Description org.apache.lucene.util.automaton 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.UTF8Sequence Modifier and Type Field Description private UTF32ToUTF8.UTF8Sequence
UTF32ToUTF8. endUTF8
private UTF32ToUTF8.UTF8Sequence
UTF32ToUTF8. startUTF8
private UTF32ToUTF8.UTF8Sequence
UTF32ToUTF8. tmpUTF8a
private UTF32ToUTF8.UTF8Sequence
UTF32ToUTF8. tmpUTF8b
Methods in org.apache.lucene.util.automaton with parameters of type UTF32ToUTF8.UTF8Sequence Modifier and Type Method Description private void
UTF32ToUTF8. build(int start, int end, UTF32ToUTF8.UTF8Sequence startUTF8, UTF32ToUTF8.UTF8Sequence endUTF8, int upto)
private void
UTF32ToUTF8. end(int start, int end, UTF32ToUTF8.UTF8Sequence endUTF8, int upto, boolean doAll)
private void
UTF32ToUTF8. start(int start, int end, UTF32ToUTF8.UTF8Sequence startUTF8, int upto, boolean doAll)
-