Searched refs:SIMPLE_GROUP_INDEX (Results 1 – 1 of 1) sorted by relevance
422 private int SIMPLE_GROUP_INDEX = 5; field in Scanner1836 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 …]