Home | History | Annotate | Download | only in common

Lines Matching refs:firstChar

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