Uses of Interface
org.joni.ApplyAllCaseFoldFunction

Packages that use ApplyAllCaseFoldFunction
org.joni.encoding   
org.joni.encoding.specific   
org.joni.encoding.unicode   
 

Uses of ApplyAllCaseFoldFunction in org.joni.encoding
 

Methods in org.joni.encoding with parameters of type ApplyAllCaseFoldFunction
abstract  void Encoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
          Expand case folds given a character class (used for case insensitive matching)
 void CaseFoldMapEncoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
protected  int CaseFoldMapEncoding.applyAllCaseFoldWithMap(int mapSize, int[][] map, boolean essTsettFlag, int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
          onigenc_apply_all_case_fold_with_map
 

Uses of ApplyAllCaseFoldFunction in org.joni.encoding.specific
 

Methods in org.joni.encoding.specific with parameters of type ApplyAllCaseFoldFunction
 void ISO8859_11Encoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
 void ISO8859_6Encoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
 void ISO8859_1Encoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
 void ISO8859_8Encoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
 

Uses of ApplyAllCaseFoldFunction in org.joni.encoding.unicode
 

Methods in org.joni.encoding.unicode with parameters of type ApplyAllCaseFoldFunction
 void UnicodeEncoding.applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
           
 



Copyright © 2008. All Rights Reserved.