HomeSort by relevance Sort by last modified time
    Searched defs:EndPos (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 256 const char *EndPos = CurLexer->BufferEnd;
257 if (EndPos != CurLexer->BufferStart &&
258 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
259 --EndPos;
262 if (EndPos != CurLexer->BufferStart &&
263 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
264 EndPos[-1] != EndPos[0]
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 118 EndPos.Default();
124 this->EndPos = end;
136 this->EndPos = end;
142 return this->BeginPos != this->EndPos;
147 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
152 if (BeginPos.WordCmp(EndPos) > 0) {
153 CPVT_WordPlace place = EndPos;
154 EndPos = BeginPos;
161 CPVT_WordPlace EndPos;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 239 Set(range.BeginPos,range.EndPos);
244 return CPVT_WordRange(this->BeginPos,this->EndPos);
250 EndPos.Default();
256 this->EndPos = end;
266 this->EndPos = end;
271 return this->BeginPos != this->EndPos;
276 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
279 CPVT_WordPlace BeginPos,EndPos;
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 847 size_t EndPos = End - String.begin();
848 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
849 Prev = EndPos + 1;
850 i = EndPos;
    [all...]

Completed in 215 milliseconds