Home | History | Annotate | Download | only in common

Lines Matching refs:firstChar

650             // firstChar is the leftmost char to match in the
653 UChar firstChar = text.charAt(offset);
671 if (forward && c > firstChar) break;
672 if (c != firstChar) continue;