Searched refs:EndPos (Results 1 - 13 of 13) 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/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp171 unsigned EndPos;
174 EndPos = RawOffs+RawTok.getLength();
188 RB.InsertTextBefore(EndPos, "*/");
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp754 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
766 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
796 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
818 m_pEdit->PaintInsertText(m_wrSel.BeginPos,m_wrSel.EndPos);
819 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
896 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
910 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
941 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
955 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
1184 SetCaret(m_SelState.EndPos);
[all...]
H A Dfxet_ap.cpp89 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
207 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
H A Dfxet_pageobjs.cpp109 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
183 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
187 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
317 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
328 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
522 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
584 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
671 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp354 CPVT_WordRange wrSelAfter(wrSelect.EndPos,wrWhole.EndPos);
572 ptPopup = GetWordRightBottomPoint(wrLatin.EndPos);
676 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
680 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
684 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
688 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
692 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
1193 if (wr1.EndPos.WordCmp(wr2.EndPos) <
[all...]
H A DPWL_Utils.cpp115 if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 || wr2.BeginPos.WordCmp(wr1.EndPos) > 0) return wrRet;
116 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 || wr1.BeginPos.WordCmp(wr2.EndPos) > 0) return wrRet;
127 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
129 wrRet.EndPos = wr1.EndPos;
133 wrRet.EndPos = wr2.EndPos;
[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/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp247 FX_INT32 nRight = range.EndPos.nWordIndex + 1;
304 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
305 ClearMidWords(PlaceRange.BeginPos.nWordIndex, PlaceRange.EndPos.nWordIndex);
309 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
310 ClearLeftWords(PlaceRange.EndPos.nWordIndex);
964 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
965 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace());
968 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) {
1473 for (FX_INT32 s = PlaceRange.EndPos.nSecIndex; s > PlaceRange.BeginPos.nSecIndex; s--) {
1498 NewRange.EndPos
[all...]
H A Ddoc_ap.cpp651 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) {
/external/llvm/lib/IR/
H A DGCOV.cpp171 uint32_t EndPos = Buff.getCursor() + LineTableLength*4;
186 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) {
196 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) {
/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 2413 milliseconds