Home | History | Annotate | Download | only in common

Lines Matching defs:newLeft

467   var newLeft = [];
468 newLeft);
474 newLeft == 0) {
477 c = cvox.TraverseUtil.forwardsChar(cursor, newEntered, newLeft);
527 var newLeft = [];
528 c = cvox.TraverseUtil.backwardsChar(cursor, newEntered, newLeft);
533 newLeft.length == 0) {
537 c = cvox.TraverseUtil.backwardsChar(cursor, newEntered, newLeft);
834 var newLeft = [];
837 wordStartCursor, wordEndCursor, newEntered, newLeft);
844 while (!str || !breakBefore(str, word, newEntered, newLeft)) {
852 elementsLeft = elementsLeft.concat(newLeft);
857 newLeft = [];
859 wordStartCursor, wordEndCursor, newEntered, newLeft);
896 var newLeft = [];
899 wordStartCursor, wordEndCursor, newEntered, newLeft);
906 while (!str || !breakBefore(str, word, newEntered, newLeft)) {
914 elementsLeft = elementsLeft.concat(newLeft);
919 newLeft = [];
921 wordStartCursor, wordEndCursor, newEntered, newLeft);