Uses of Class
org.joni.IntHolder

Packages that use IntHolder
org.joni   
org.joni.ast   
org.joni.encoding   
org.joni.encoding.specific   
org.joni.encoding.unicode   
 

Uses of IntHolder in org.joni
 

Subclasses of IntHolder in org.joni
 class Matcher
           
 

Uses of IntHolder in org.joni.ast
 

Methods in org.joni.ast with parameters of type IntHolder
 void CClassNode.addCType(int ctype, boolean not, ScanEnvironment env, IntHolder sbOut)
           
 

Uses of IntHolder in org.joni.encoding
 

Methods in org.joni.encoding with parameters of type IntHolder
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
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 end, IntHolder prev)
           
 

Uses of IntHolder in org.joni.encoding.specific
 

Methods in org.joni.encoding.specific with parameters of type IntHolder
 int[] SJISEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EUCTWEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EUCCNEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] EUCKREncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] BIG5Encoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] UTF16LEEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
          onigenc_utf16_32_get_ctype_code_range
 int[] UTF32LEEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
          onigenc_utf16_32_get_ctype_code_range
 int[] UTF32BEEncoding.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[] EUCJPEncoding.ctypeCodeRange(int ctype, IntHolder sbOut)
           
 int[] UTF8Encoding.ctypeCodeRange(int ctype, IntHolder sbOut)
          utf8_get_ctype_code_range
 int SJISEncoding.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 EUCCNEncoding.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 BIG5Encoding.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 UTF16LEEncoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 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)
           
 int UTF32BEEncoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 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 UTF16BEEncoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 int ISO8859_7Encoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] lower)
           
 int EUCJPEncoding.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 UTF8Encoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 

Uses of IntHolder in org.joni.encoding.unicode
 

Methods in org.joni.encoding.unicode with parameters of type IntHolder
 int UnicodeEncoding.mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] fold)
           
 



Copyright © 2010. All Rights Reserved.