Uses of Class
org.jcodings.IntHolder
-
Packages that use IntHolder Package Description org.jcodings org.jcodings.specific org.jcodings.unicode -
-
Uses of IntHolder in org.jcodings
Methods in org.jcodings with parameters of type IntHolder Modifier and Type Method 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_rangeint
AbstractEncoding. mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] lower)
onigenc_ascii_mbc_case_foldabstract int
Encoding. mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] to)
Performs case folding for a character atbytes[pp.value]
int
ISOEncoding. mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] lower)
iso_*_mbc_case_foldprotected 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)
-
Uses of IntHolder in org.jcodings.specific
Methods in org.jcodings.specific with parameters of type IntHolder Modifier and Type Method 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_rangeint[]
CP949Encoding. ctypeCodeRange(int ctype, IntHolder sbOut)
int[]
EmacsMuleEncoding. ctypeCodeRange(int ctype, IntHolder sbOut)
int[]
EUCKREncoding. ctypeCodeRange(int ctype, IntHolder sbOut)
int[]
EUCTWEncoding. 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_rangeint[]
UTF16LEEncoding. ctypeCodeRange(int ctype, IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_rangeint
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
EmacsMuleEncoding. 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
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)
-
Uses of IntHolder in org.jcodings.unicode
Methods in org.jcodings.unicode with parameters of type IntHolder Modifier and Type Method Description int[]
FixedWidthUnicodeEncoding. ctypeCodeRange(int ctype, IntHolder sbOut)
onigenc_utf16_32_get_ctype_code_rangeint
UnicodeEncoding. mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
-