Uses of Class
org.jcodings.IntHolder

Packages that use IntHolder
org.jcodings   
org.jcodings.specific   
org.jcodings.unicode   
 

Uses of IntHolder in org.jcodings
 

Methods in org.jcodings with parameters of type IntHolder
 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)
           
 

Uses of IntHolder in org.jcodings.specific
 

Methods in org.jcodings.specific with parameters of type IntHolder
 int[] GB18030Encoding.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[] GBKEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EUCTWEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EmacsMuleEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] BIG5Encoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EUCKREncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] CP949Encoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int ISO8859_7Encoding.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 GB18030Encoding.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_5Encoding.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 GBKEncoding.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 ISO8859_11Encoding.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 UTF32BEEncoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 int BIG5Encoding.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 EUCKREncoding.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 CP949Encoding.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 CP1251Encoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] lower)
           
 

Uses of IntHolder in org.jcodings.unicode
 

Methods in org.jcodings.unicode with parameters of type IntHolder
 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 © 2011. All Rights Reserved.