Lines Matching refs:FirstChar
359 char FirstChar = RI[0];360 if (FirstChar >= 'a' && FirstChar <= 'z' &&361 FirstChar != 'i' && FirstChar != 'e') {