Home | History | Annotate | Download | only in hwc

Lines Matching defs:endChar

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