Home | History | Annotate | Download | only in data

Lines Matching defs:currentChar

224                     final char currentChar = inputString.charAt(characterPos);
225 if (currentChar == QUOTE_CHAR) {
240 sUnquoteStringBuilder.append(currentChar);