Searched refs:intChar (Results 1 – 2 of 2) sorted by relevance
51 int intChar = GetChar(); in ScanAStringUntilNewLine() local52 if (intChar == EOF) in ScanAStringUntilNewLine()54 char c = (char)intChar; in ScanAStringUntilNewLine()
1046 char intChar[] = "\\uFE7D\\uFE7C\\u30FD\\uFF70\\u30FC\\u309D\\u3032\\u3031\\u3005\\u0651"; in testWin() local1048 int32_t intLen = u_unescape(intChar, interesting, 256); in testWin()