Searched refs:tempChar (Results 1 – 1 of 1) sorted by relevance
500 char tempChar; in stripRules() local502 tempChar = temp.charAt(0); in stripRules()505 if (tempChar == 0xFFFFFFFF) { in stripRules()510 … if (!isUWhiteSpace(tempChar) && !isPunctuation(tempChar) && !isControl(tempChar)) { in stripRules()512 curChar = tempChar; in stripRules()