Package | Description |
---|---|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
private UTF32ToUTF8.UTF8Sequence |
UTF32ToUTF8.endUTF8 |
private UTF32ToUTF8.UTF8Sequence |
UTF32ToUTF8.startUTF8 |
private UTF32ToUTF8.UTF8Sequence |
UTF32ToUTF8.tmpUTF8a |
private UTF32ToUTF8.UTF8Sequence |
UTF32ToUTF8.tmpUTF8b |
Modifier and Type | Method and 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) |