| Package | Description |
|---|---|
| org.jcodings | |
| org.jcodings.specific | |
| org.jcodings.unicode |
| Modifier and Type | Method and Description |
|---|---|
int[] |
SingleByteEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_not_support_get_ctype_code_range
|
abstract int[] |
Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
Returns code range for a given character type
Oniguruma equivalent:
get_ctype_code_range |
int |
ISOEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower)
iso_*_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] |
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[] |
UTF16LEEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_range
|
int[] |
UTF16BEEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_range
|
int[] |
GBKEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
GB18030Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EUCTWEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EUCKREncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
EmacsMuleEncoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
CP949Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int[] |
BaseBIG5Encoding.ctypeCodeRange(int ctype,
IntHolder sbOut) |
int |
Windows_1252Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
Windows_1251Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
Windows_1250Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
int |
UTF32LEEncoding.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 |
UTF16LEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
UTF16BEEncoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] fold) |
int |
KOI8UEncoding.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 |
KOI8Encoding.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 |
ISO8859_7Encoding.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_5Encoding.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 |
GBKEncoding.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 |
EUCTWEncoding.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 |
EmacsMuleEncoding.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 |
BaseBIG5Encoding.mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower) |
| 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) |
Copyright © 2016. All Rights Reserved.