| Package | Description |
|---|---|
| org.jcodings | |
| org.jcodings.specific | |
| org.jcodings.unicode |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractEncoding.asciiMbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
abstract int[] |
Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
Returns code range for a given character type
Oniguruma equivalent:
get_ctype_code_range |
int[] |
SingleByteEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_not_support_get_ctype_code_range
|
int |
AbstractEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower)
onigenc_ascii_mbc_case_fold
|
abstract int |
Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] to)
Performs case folding for a character at
bytes[pp.value] |
int |
ISOEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower)
iso_*_mbc_case_fold
|
protected int |
MultiByteEncoding.mbnMbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
Encoding.rightAdjustCharHeadWithPrev(byte[] bytes,
int p,
int s,
int end,
IntHolder prev) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
BaseBIG5Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
BaseEUCJPEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
BaseSJISEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
BaseUTF8Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
utf8_get_ctype_code_range
|
int[] |
CP949Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EUCKREncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EUCTWEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EmacsMuleEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
GB18030Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
GBKEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
UTF16BEEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_range
|
int[] |
UTF16LEEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_range
|
int |
BaseBIG5Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
BaseEUCJPEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
BaseSJISEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
BaseUTF8Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
CP1251Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
CP949Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
EUCKREncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
EUCTWEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
EmacsMuleEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
GB18030Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
GBKEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
ISO8859_11Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
ISO8859_5Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
ISO8859_6Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
ISO8859_7Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
ISO8859_8Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
KOI8Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
KOI8REncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
KOI8UEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
UTF16BEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
UTF16LEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
UTF32BEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
UTF32LEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
FixedWidthUnicodeEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_range
|
int |
UnicodeEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |