Searched refs:_uiCurrentPos (Results 1 – 2 of 2) sorted by relevance
50 _uiCurrentPos(0), in CRuleParser()153 assert(_uiCurrentPos <= _strApplicationRule.length()); in iterate()156 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) { in iterate()159 _uiCurrentPos = delimiter; in iterate()163 …if ((_uiCurrentPos != _strApplicationRule.length()) && ((delimiter = _strApplicationRule.find_firs… in iterate()170 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos); in iterate()186 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos); in iterate()193 _uiCurrentPos = delimiter + 1; in iterate()204 if (_uiCurrentPos != _strApplicationRule.length()) { in iterate()246 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) { in next()[all …]
82 std::string::size_type _uiCurrentPos; variable