7 const unsigned int length = input.length();
9 unsigned short level = 1;
10 unsigned int start = 0;
12 for (; pos < length; ++pos) {
13 if (input[pos] ==
')') {
19 }
else if (input[pos] ==
'(')
21 else if ((input[pos] ==
',' || input[pos] ==
';') && level == 1) {