Searched refs:NUMERIC_INDEX_REGEX (Results 1 – 2 of 2) sorted by relevance
39 private val NUMERIC_INDEX_REGEX = Pattern.compile("\\d+") constant149 val matcher = NUMERIC_INDEX_REGEX.matcher(indexString) in createCity()
46 private static final Pattern NUMERIC_INDEX_REGEX = Pattern.compile("\\d+"); field in CityDAO161 final Matcher matcher = NUMERIC_INDEX_REGEX.matcher(indexString); in createCity()