Home | History | Annotate | Download | only in hwc

Lines Matching full:endchar

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