Lines Matching defs:endChar
360 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;361 if ((endChar == '>') || (endChar == ']')) { break; }