Lines Matching refs:ch
159 char ch = str[offset + i];160 newStr[i] = (ch == '/' || ch == '$') ? '.' : ch;