Lines Matching refs:Char
55 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) in in()
61 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Cha… in in()
268 Char c = getNextChar(); in readToken()
343 Char c = *current_; in skipSpaces()
371 Char c = getNextChar(); in readComment()
420 Char c = getNextChar(); in readCStyleComment()
433 Char c = getNextChar(); in readCppStyleComment()
456 Char c = 0; in readString()
596 Char c = *current++; in decodeNumber()
647 Char buffer[bufferSize+1]; in decodeDouble()
684 Char c = *current++; in decodeString()
691 Char escape = *current++; in decodeString()
763 Char c = *current++; in decodeUnicodeEscapeSequence()
826 Reader::Char
845 Char c = *current++; in getLocationLineAndColumn()