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

/external/parameter-framework/parameter/
H A DRuleParser.cpp50 _uiCurrentPos(0),
153 assert(_uiCurrentPos <= _strApplicationRule.length());
156 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
159 _uiCurrentPos = delimiter;
163 if ((_uiCurrentPos != _strApplicationRule.length()) && ((delimiter = _strApplicationRule.find_first_of(_acDelimiters[_eStatus], _uiCurrentPos)) != string::npos)) {
170 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
186 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
[all...]
H A DRuleParser.h82 std::string::size_type _uiCurrentPos; member in class:CRuleParser

Completed in 46 milliseconds