Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DPositionTest.java156 final int tempLen = 20; in TestFieldPosition_example() local
167 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in TestFieldPosition_example()
168 tempLen : (tempLen - pos.getEndIndex()); in TestFieldPosition_example()