| Package | Description |
|---|---|
| org.jcodings | |
| org.jcodings.specific | |
| org.jcodings.unicode |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEncoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
onigenc_ascii_apply_all_case_fold / used also by multibyte encodings
|
void |
CaseFoldMapEncoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
abstract void |
Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
Expand case folds given a character class (used for case insensitive matching)
|
protected int |
CaseFoldMapEncoding.applyAllCaseFoldWithMap(int mapSize,
int[][] map,
boolean essTsettFlag,
int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
onigenc_apply_all_case_fold_with_map
|
protected void |
AbstractEncoding.asciiApplyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
private void |
CaseFoldMapEncoding.ssApplyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
ss_apply_all_case_fold
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISO8859_11Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
void |
ISO8859_1Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
void |
ISO8859_6Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
void |
ISO8859_8Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnicodeEncoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg) |