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