Home
last modified time | relevance | path

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

/system/tools/hidl/docs/src/lexer/
DToken.kt142 private val matchFloat = Regex("\\d+[.]\\d+") constant
151 matchFloat.matches(value) -> DECIMAL in getFromValueOrDefault()