Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp80 static inline bool isIdentStart(char a) { in isIdentStart() function
90 return isIdentStart(a) || isDigit(a); in isIdentBody()
95 if (!(l < end && isIdentStart(*l++))) return nullptr; in eatIdent()
144 if (l < end && isIdentStart(*l)) { in setTo()