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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp1035 char chWhat = (*ppszFormat)[0]; local
1036 bool fAttr = chWhat == 'a';
1038 AssertMsgBreak(chWhat == 'a' || chWhat == 'e', ("Invalid IPRT format type '%.10s'!\n", pszFormatOrg));

Completed in 46 milliseconds