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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java539 int getLiteralCountTo(int index) { method in class:InternationalFormatter
706 literalCount = getLiteralCountTo(start);
736 int endLiteralCount = getLiteralCountTo(end);

Completed in 30 milliseconds