Uses of Class
org.nihongoresources.utf8.uCharArray

Uses of uCharArray in org.nihongoresources.utf8
 

Methods in org.nihongoresources.utf8 that return uCharArray
 uCharArray uCharArray.slice(int begin, int end)
          The equivalent of substring for Strings.
 uCharArray uString.toUnicodeCharacterArray()
          Turns the string into an array of unicode characters.