Home
last modified time | relevance | path

Searched refs:nextWord (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp56 Expression* nextWord = currentWord->getNextExpression(text); in addExpression() local
58 if (!nextWord) in addExpression()
60 nextWord = new Expression(text, currentWord); in addExpression()
61 currentWord->addNextExpression(nextWord); in addExpression()
64 currentWord = nextWord; in addExpression()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Deditable.dart1083 final TextRange nextWord = _getNextWord(currentWord.end);
1084 if (nextWord == null)
1086 final int baseOffset = extentSelection ? _selection.baseOffset : nextWord.start;
1090 extentOffset: nextWord.start,