Searched refs:shiftPosition (Results 1 – 3 of 3) sorted by relevance
34584 var startPos = shiftPosition(fullValueRange.end, -valueAfterLastSlash.length);34589 endPos = shiftPosition(startPos, whitespaceIndex);34623 function shiftPosition(pos, offset) { function34627 var start = shiftPosition(range.start, startOffset);34628 var end = shiftPosition(range.end, endOffset);
1 …shiftPosition(range.end, -1 - valueAfterLastSlash.length);\n // If whitespace exists, repla…
1 …shiftPosition(fullValueRange.end, -valueAfterLastSlash.length);\n // If whitespace exists, …