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