Home | History | Annotate | Download | only in parameter

Lines Matching refs:_strApplicationRule

50     : _strApplicationRule(strApplicationRule),
151 ALWAYS_ASSERT(_uiCurrentPos <= _strApplicationRule.length(), "Current Position outside range");
154 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
161 if ((_uiCurrentPos != _strApplicationRule.length()) &&
162 ((delimiter = _strApplicationRule.find_first_of(_acDelimiters[_eStatus], _uiCurrentPos)) !=
165 switch (_strApplicationRule[delimiter]) {
170 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
186 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
204 if (_uiCurrentPos != _strApplicationRule.length()) {
246 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
252 if ((delimiter = _strApplicationRule.find_first_of("{} ,", _uiCurrentPos)) == string::npos) {
259 strNext = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);