| Package | Description |
|---|---|
| org.jcodings | |
| org.jcodings.specific | |
| org.jcodings.unicode |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg)
Expand case folds given a character class (used for case insensitive matching)
|
void |
CaseFoldMapEncoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
protected int |
CaseFoldMapEncoding.applyAllCaseFoldWithMap(int mapSize,
int[][] map,
boolean essTsettFlag,
int flag,
ApplyAllCaseFoldFunction fun,
Object arg)
onigenc_apply_all_case_fold_with_map
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISO8859_8Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
void |
ISO8859_6Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
void |
ISO8859_1Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
void |
ISO8859_11Encoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnicodeEncoding.applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
Object arg) |
Copyright © 2016. All Rights Reserved.