Searched refs:isDigit (Results 1 – 2 of 2) sorted by relevance
45 if (sb.last().isDigit()) in terminalAttributes()51 if (sb.last().isDigit()) in terminalAttributes()56 if (sb.last().isDigit()) in terminalAttributes()61 if (sb.last().isDigit()) in terminalAttributes()
24 inline fun Byte.isDigit() = this >= '0'.toByte() && this <= '9'.toByte() in isDigit() method31 inline fun isDigit() = buffer[index].isDigit() in isDigit() method in trebuchet.util.BufferReaderState188 skipUntil { it == '.'.toByte() || isDigit() } in readDouble()