Lines Matching refs:fInput
33 fInput = string.c_str();
70 } else if ('{' == fInput[fIndex]) {
75 } else if ('}' == fInput[fIndex]) {
86 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] ||
87 (fFreshline && ' ' == fInput[fIndex])) {
90 this->appendChar(fInput[fIndex]);
100 fPretty.appendf("%c", fInput[fIndex++]);
109 if (token[j] != fInput[i]) {
122 if ('\n' == fInput[fIndex]) {
128 fPretty.appendf("%c", fInput[fIndex++]);
141 if ('\n' == fInput[fIndex]) {
151 fPretty.appendf("%c", fInput[fIndex++]);
178 const char* fInput;