Lines Matching refs:skipcc
3020 strcharpart({str}, {start} [, {len} [, {skipcc}]])
3023 strchars({expr} [, {skipcc}]) Number character count of the String {expr}
10806 strcharpart({src}, {start} [, {len} [, {skipcc}]]) *strcharpart()*
10809 When {skipcc} is omitted or zero, composing characters are
10811 When {skipcc} set to 1, Composing characters are ignored,
10823 strchars({string} [, {skipcc}]) *strchars()*
10826 When {skipcc} is omitted or zero, composing characters are
10828 When {skipcc} set to 1, Composing characters are ignored.
10833 {skipcc} is only available after 7.4.755. For backward
10836 function s:strchars(str, skipcc)
10837 return strchars(a:str, a:skipcc)
10840 function s:strchars(str, skipcc)
10841 if a:skipcc