Searched defs:EndPos (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp256 const char *EndPos = CurLexer->BufferEnd; local
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[
378 const char *EndPos = getCurLexerEndPos(); local
406 const char *EndPos = getCurLexerEndPos(); local
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h118 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; member in struct:CPVT_WordRange
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h239 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; member in class:CFX_Edit_Select
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp847 size_t EndPos = End - String.begin(); local
848 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
849 Prev = EndPos + 1;
850 i = EndPos;

Completed in 4605 milliseconds