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
1948 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextByte()
2022 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextByte()
2064 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextShort()
2138 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextShort()
2180 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextInt()
2278 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextInt()
2320 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextLong()
2393 if (matcher.group(SIMPLE_GROUP_INDEX) == null) in nextLong()
2631 String s = (matcher.group(SIMPLE_GROUP_INDEX) == null) ? in hasNextBigInteger()
[all …]