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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp807 DECLINLINE(bool) vbcppIsCIdentifierChar(char ch) function
843 if (!vbcppIsCIdentifierChar(pchIdentifier[off]))
1530 if ( !vbcppIsCIdentifierChar(ch)
2113 && ( vbcppIsCIdentifierChar(ch)
2130 && vbcppIsCIdentifierChar(ch))
2344 if (!vbcppIsCIdentifierChar(ch))
2422 && vbcppIsCIdentifierChar(ch) )
2433 && vbcppIsCIdentifierChar(ch) )
2677 && vbcppIsCIdentifierChar(pszParams[off]))
2735 && vbcppIsCIdentifierChar(pszParam
[all...]

Completed in 56 milliseconds