Home
last modified time | relevance | path

Searched refs:NUMERIC_INDEX_REGEX (Results 1 – 1 of 1) 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()