static void |
StringSupport.associateEncoding(CodeRangeable string,
org.jcodings.Encoding enc) |
static int |
StringSupport.index(CodeRangeable sourceString,
CodeRangeable otherString,
int offset,
org.jcodings.Encoding enc) |
static boolean |
CodeRangeSupport.isCodeRangeAsciiOnly(CodeRangeable string) |
static boolean |
StringSupport.isSingleByteOptimizable(CodeRangeable string,
org.jcodings.Encoding encoding) |
static org.jruby.util.ByteList |
StringSupport.replaceInternal(int beg,
int len,
ByteListHolder source,
CodeRangeable repl) |
static void |
StringSupport.replaceInternal19(int beg,
int len,
CodeRangeable source,
CodeRangeable repl) |
static int |
StringSupport.rindex(org.jruby.util.ByteList source,
int sourceLen,
int subLen,
int endPosition,
CodeRangeable subStringCodeRangeable,
org.jcodings.Encoding enc)
rb_str_rindex_m
|
static int |
StringSupport.strLengthFromRubyString(CodeRangeable string) |
static int |
StringSupport.strLengthFromRubyString(CodeRangeable string,
org.jcodings.Encoding enc) |