Home | History | Annotate | Download | only in jni

Lines Matching refs:aEnd

210         bool aEnd = a == '\0' || a == ' ';
212 if ( aEnd || bEnd) {
213 return aEnd == bEnd;