Home | History | Annotate | Download | only in dexdump

Lines Matching refs:ch

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