Searched refs:GetCurrentChar (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp28 while (IsWhitespace(GetCurrentChar())) {
35 while (GetCurrentChar() != kEof && GetCurrentChar() != kCr) {
43 while (IsWhitespaceSeparator(GetCurrentChar())) {
51 if (GetCurrentChar() == '?') {
79 bool isSymbolValue = GetCurrentChar() == '^';
85 if (IsOptionChar(GetCurrentChar())) {
103 if (GetCurrentChar() == '/') {
118 if (GetCurrentChar() == '"') {
139 if (GetCurrentChar() !
[all...]
H A DScanner.cpp69 while (cond(GetCurrentChar())) {
70 text->Append(GetCurrentChar(), 1);
95 int ch = GetCurrentChar();
137 int ch = GetCurrentChar();
155 int Scanner::GetCurrentChar() function in class:Scanner
158 return fCurrentFile->GetCurrentChar();
168 if (fCurrentFile->GetCurrentChar() == kEof) {
H A DParser.h21 int GetCurrentChar() { return fScanner.GetCurrentChar(); } function in class:Parser
H A DPPDFile.cpp46 int PPDFile::GetCurrentChar() function in class:PPDFile
H A DPPDFile.h59 int GetCurrentChar();
H A DScanner.h32 int GetCurrentChar();
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestScanner.cpp18 int ch = scanner->GetCurrentChar();
32 int ch = scanner.GetCurrentChar();
46 while (scanner.GetCurrentChar() != kEof) {

Completed in 46 milliseconds