abstract class UnicodeEscaper : Escaper
<init> |
UnicodeEscaper() |
codePointAt |
open static fun codePointAt(seq: CharSequence!, index: Int, end: Int): Int |
escape |
abstract fun escape(cp: Int): CharArray!open fun escape(string: String!): String! |
escapeSlow |
fun escapeSlow(s: String!, index: Int): String! |
nextEscapeIndex |
open fun nextEscapeIndex(csq: CharSequence!, start: Int, end: Int): Int |
PercentEscaper |
class PercentEscaper : UnicodeEscaper |