Uses of Interface
org.jcodings.ApplyAllCaseFoldFunction
-
Packages that use ApplyAllCaseFoldFunction Package Description org.jcodings org.jcodings.specific org.jcodings.unicode -
-
Uses of ApplyAllCaseFoldFunction in org.jcodings
Methods in org.jcodings with parameters of type ApplyAllCaseFoldFunction Modifier and Type Method Description voidAbstractEncoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)onigenc_ascii_apply_all_case_fold / used also by multibyte encodingsvoidCaseFoldMapEncoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)abstract voidEncoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)Expand case folds given a character class (used for case insensitive matching)protected intCaseFoldMapEncoding. applyAllCaseFoldWithMap(int mapSize, int[][] map, boolean essTsettFlag, int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)onigenc_apply_all_case_fold_with_mapprotected voidAbstractEncoding. asciiApplyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)private voidCaseFoldMapEncoding. ssApplyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)ss_apply_all_case_fold -
Uses of ApplyAllCaseFoldFunction in org.jcodings.specific
Methods in org.jcodings.specific with parameters of type ApplyAllCaseFoldFunction Modifier and Type Method Description voidISO8859_11Encoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)voidISO8859_1Encoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)voidISO8859_6Encoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)voidISO8859_8Encoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg) -
Uses of ApplyAllCaseFoldFunction in org.jcodings.unicode
Methods in org.jcodings.unicode with parameters of type ApplyAllCaseFoldFunction Modifier and Type Method Description voidUnicodeEncoding. applyAllCaseFold(int flag, ApplyAllCaseFoldFunction fun, java.lang.Object arg)
-