Home | History | Annotate | Download | only in base

Lines Matching defs:appendHexJavaScriptRepresentation

1553             appendHexJavaScriptRepresentation(codePoint, out);
1599 private static void appendHexJavaScriptRepresentation(
1608 appendHexJavaScriptRepresentation(surrogates[0], out);
1609 appendHexJavaScriptRepresentation(surrogates[1], out);
1652 * @see #appendHexJavaScriptRepresentation(int, Appendable)
1654 public static void appendHexJavaScriptRepresentation(StringBuilder sb,
1657 appendHexJavaScriptRepresentation(c, sb);