HomeSort by relevance Sort by last modified time
    Searched refs:_strApplicationRule (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 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)
    [all...]
RuleParser.h 80 std::string _strApplicationRule;

Completed in 341 milliseconds