Home
last modified time | relevance | path

Searched refs:upTo (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/text/
DFormat.java177 static boolean upTo(String string, ParsePosition position, in upTo() method in Format
DChoiceFormat.java178 upTo(template, position, buffer, '|'); in applyPattern()
DMessageFormat.java395 if (Format.upTo(template, position, buffer, '{')) { in applyPattern()