Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DScanner.java422 private int SIMPLE_GROUP_INDEX = 5; field in Scanner
1836 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextByte()
1905 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextByte()
1942 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextShort()
2011 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextShort()
2048 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextInt()
2141 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextInt()
2178 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextLong()
2246 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextLong()
2479 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextBigInteger()
[all …]