Home | History | Annotate | Download | only in translit

Lines Matching defs:hex

163         //Transliterator hex = Transliterator.getInstance("Any-Hex");
214 "<td class='s'>" + ss + "<br><tt>" + hex(ss)
215 + "</tt></td><td class='t'>" + ts + "<br><tt>" + hex(ts)
216 + "</tt></td><td class='r'>" + rt + "<br><tt>" + hex(rt) + "</tt></td>" );
239 "<td class='s'>" + ss12 + "<br><tt>" + hex(ss12)
240 + "</tt></td><td class='t'>" + ts12 + "<br><tt>" + hex(ts12)
241 + "</tt></td><td class='r'>" + rt12 + "<br><tt>" + hex(rt12) + "</tt></td>" );
277 "<td class='s'>-</td><td class='t'>" + ts + "<br><tt>" + hex(ts)
279 + rt + "<br><tt>" + hex(rt) + "</tt></td>");
370 public static String hex(String s) {