Home | History | Annotate | Download | only in src

Lines Matching defs:underscore

363                     int underscore = checks[index].indexOf('_');
364 if (underscore >= 0) {
365 exceptionClassName = checks[index].substring(underscore + 1) + "Class";