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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp776 static bool vdScriptTokenizerIsPunctuatorEqual(PVDTOKENIZER pTokenizer, char chCheck) function
798 bool fEqual = vdScriptTokenizerIsPunctuatorEqual(pTokenizer, chCheck);
2530 if (vdScriptTokenizerIsPunctuatorEqual(pThis->pTokenizer, '{'))
2778 && !vdScriptTokenizerIsPunctuatorEqual(pThis->pTokenizer, ')'))

Completed in 89 milliseconds