Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCityDAO.kt39 private val NUMERIC_INDEX_REGEX = Pattern.compile("\\d+") constant
149 val matcher = NUMERIC_INDEX_REGEX.matcher(indexString) in createCity()
DCityDAO.java46 private static final Pattern NUMERIC_INDEX_REGEX = Pattern.compile("\\d+"); field in CityDAO
161 final Matcher matcher = NUMERIC_INDEX_REGEX.matcher(indexString); in createCity()