Searched refs:rawCodePointToEscaped (Results 1 – 1 of 1) sorted by relevance
152 return ESCAPE_START + rawCodePointToEscaped(codePoint) + ESCAPE_END; in codePointToEscaped()170 return ESCAPE_START + rawCodePointToEscaped(codePoint) + ESCAPE_END; in codePointToEscaped()255 public static String rawCodePointToEscaped(int codePoint) { in rawCodePointToEscaped() method in CodePointEscaper