Lines Matching full:codepointcount
589 State.Column += WhitespaceLength + State.NextToken->CodePointCount;
632 if (State.Stack.back().ColonPos > Current.CodePointCount) {
633 State.Column = State.Stack.back().ColonPos - Current.CodePointCount;
636 State.Stack.back().ColonPos = State.Column + Current.CodePointCount;
679 State.Stack.back().LastSpace += Current.CodePointCount;
719 while (Tok && State.Stack.back().VariablePos >= Tok->CodePointCount) {
720 State.Stack.back().VariablePos -= Tok->CodePointCount;
738 State.Column + Spaces + Current.CodePointCount)
743 State.Column + Spaces + Current.CodePointCount;
815 : State.Column + Current.CodePointCount;
935 State.Column += Current.CodePointCount;
958 unsigned StartColumn = State.Column - Current.CodePointCount;
1362 FormatTok->CodePointCount = 1;
1418 FormatTok->CodePointCount =