Uses of Interface
org.jruby.util.ByteListHelper.CodePoint
Packages that use ByteListHelper.CodePoint
-
Uses of ByteListHelper.CodePoint in org.jruby.util
Methods in org.jruby.util with parameters of type ByteListHelper.CodePointModifier and TypeMethodDescriptionstatic boolean
ByteListHelper.eachCodePoint
(ByteList bytelist, ByteListHelper.CodePoint each) This method assumes the ByteList will be a valid string for the encoding which it is marked as.static int
ByteListHelper.eachCodePointWhile
(Ruby runtime, ByteList bytelist, int offset, ByteListHelper.CodePoint each) If you know you have an ASCII ByteList you should do something else.