Searched defs:getLiteral (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DIntArrayData.java83 return getLiteral().length();
87 return getLiteral().charAt(index);
91 return getLiteral().subSequence(start,end);
97 private StringBuilder getLiteral() { method in class:IntArrayData
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java564 char getLiteral(int index) { method in class:InternationalFormatter
H A DMaskFormatter.java595 private char getLiteral(int index) { method in class:MaskFormatter
753 replace.append(getLiteral(rh.offset + counter));
762 replace.append(getLiteral(rh.offset + counter));

Completed in 54 milliseconds