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 275 const char *EndPos = CurLexer->BufferEnd;
276 if (EndPos != CurLexer->BufferStart &&
277 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
278 --EndPos;
281 if (EndPos != CurLexer->BufferStart &&
282 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
283 EndPos[-1] != EndPos[0]
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 122 EndPos.Default();
128 this->EndPos = end;
140 this->EndPos = end;
146 return this->BeginPos != this->EndPos;
151 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
156 if (BeginPos.WordCmp(EndPos) > 0) {
157 CPVT_WordPlace place = EndPos;
158 EndPos = BeginPos;
165 CPVT_WordPlace EndPos;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 240 Set(range.BeginPos,range.EndPos);
245 return CPVT_WordRange(this->BeginPos,this->EndPos);
251 EndPos.Default();
257 this->EndPos = end;
267 this->EndPos = end;
272 return this->BeginPos != this->EndPos;
277 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
280 CPVT_WordPlace BeginPos,EndPos;
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 853 size_t EndPos = End - String.begin();
854 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
855 Prev = EndPos + 1;
856 i = EndPos;
    [all...]

Completed in 173 milliseconds