Searched defs:vbcppIsCIdentifierLeadChar (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxCPP.cpp794 DECLINLINE(bool) vbcppIsCIdentifierLeadChar(char ch) function
835 if (!vbcppIsCIdentifierLeadChar(*pchIdentifier))
2125 else if (vbcppIsCIdentifierLeadChar(ch))
2339 if (!vbcppIsCIdentifierLeadChar(ch))
2428 else if (vbcppIsCIdentifierLeadChar(ch))
2660 if (vbcppIsCIdentifierLeadChar(pszParams[off]))
2848 && vbcppIsCIdentifierLeadChar(*pszValue)
3718 if (vbcppIsCIdentifierLeadChar(*pszNext))
3721 while (vbcppIsCIdentifierLeadChar(pszNext[cchSuffix]))
3847 if (vbcppIsCIdentifierLeadChar(c
[all...]

Completed in 59 milliseconds