Searched refs:encodeIntAsCharEscape (Results 1 – 10 of 10) sorted by relevance
40 public String encodeIntAsCharEscape(int v) { in encodeIntAsCharEscape() method in JavaScriptTarget
84 public String encodeIntAsCharEscape(final int v) { in encodeIntAsCharEscape() method in Perl5Target
79 public String encodeIntAsCharEscape(int v) { in encodeIntAsCharEscape() method in ActionScriptTarget
59 public String encodeIntAsCharEscape(int v) in encodeIntAsCharEscape() method in DelphiTarget
77 public String encodeIntAsCharEscape(int v) { in encodeIntAsCharEscape() method in CSharp3Target
342 public String encodeIntAsCharEscape(int v) { in encodeIntAsCharEscape() method in Target
478 public String encodeIntAsCharEscape( final int v ) { in encodeIntAsCharEscape() method in RubyTarget
9 - need to override Target.encodeIntAsCharEscape? CL4389
384 encoded.add(generator.target.encodeIntAsCharEscape((char)n));385 encoded.add(generator.target.encodeIntAsCharEscape((char)I.intValue()));
1133 DFA.encodeIntAsCharEscape to Target.