Home | History | Annotate | Download | only in hwc

Lines Matching refs:endChar

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