Searched refs:SkipSpaceUntil (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp409 bool SkipSpaceUntil(const char **pp, char c);
1375 bool DocManager::SkipSpaceUntil(const char **pp, char c) function in class:DocManager
1397 if ( !SkipSpaceUntil(pp, '{') ) {
1502 if ( !SkipSpaceUntil(&current, '{') ) {
1541 if ( !SkipSpaceUntil(&current, '{') ) {
1589 if ( !SkipSpaceUntil(&current, '}') ) {
1603 if ( !SkipSpaceUntil(&current, '{') ||
1604 (current++, !SkipSpaceUntil(&current, '\\')) ) {

Completed in 61 milliseconds