Uses of Class
org.jruby.util.StringSupport.TrTables
Packages that use StringSupport.TrTables
-
Uses of StringSupport.TrTables in org.jruby.util
Methods in org.jruby.util that return StringSupport.TrTablesModifier and TypeMethodDescriptionstatic StringSupport.TrTablesStringSupport.trSetupTable(ByteList str, boolean[] stable, StringSupport.TrTables tables, boolean first, org.jcodings.Encoding enc) static StringSupport.TrTablesStringSupport.trSetupTable(ByteList str, Ruby runtime, boolean[] stable, StringSupport.TrTables tables, boolean first, org.jcodings.Encoding enc) Methods in org.jruby.util with parameters of type StringSupport.TrTablesModifier and TypeMethodDescriptionstatic intStringSupport.countCommon19(ByteList str, Ruby runtime, boolean[] table, StringSupport.TrTables tables, org.jcodings.Encoding enc) Deprecated.static booleanStringSupport.multiByteSqueeze(Ruby runtime, ByteList value, boolean[] squeeze, StringSupport.TrTables tables, org.jcodings.Encoding enc, boolean isArg) static booleanStringSupport.multiByteSqueeze(ByteList value, boolean[] squeeze, StringSupport.TrTables tables, org.jcodings.Encoding enc, boolean isArg) static intStringSupport.strCount(ByteList str, boolean[] table, StringSupport.TrTables tables, org.jcodings.Encoding enc) rb_str_countstatic intStringSupport.strCount(ByteList str, Ruby runtime, boolean[] table, StringSupport.TrTables tables, org.jcodings.Encoding enc) (package private) static CodeRangeableStringSupport.strDeleteBang(CodeRangeable rubyString, boolean[] squeeze, StringSupport.TrTables tables, org.jcodings.Encoding enc) rb_str_delete_bangstatic CodeRangeableStringSupport.strDeleteBang(CodeRangeable rubyString, Ruby runtime, boolean[] squeeze, StringSupport.TrTables tables, org.jcodings.Encoding enc) static booleanStringSupport.trFind(int c, boolean[] table, StringSupport.TrTables tables) static StringSupport.TrTablesStringSupport.trSetupTable(ByteList str, boolean[] stable, StringSupport.TrTables tables, boolean first, org.jcodings.Encoding enc) static StringSupport.TrTablesStringSupport.trSetupTable(ByteList str, Ruby runtime, boolean[] stable, StringSupport.TrTables tables, boolean first, org.jcodings.Encoding enc)
StringSupport.strCount(ByteList, Ruby, boolean[], TrTables, Encoding)