Searched refs:EndPos (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpvt_wordrange.h20 : BeginPos(begin), EndPos(end) {
26 EndPos.Reset();
31 EndPos = end;
41 EndPos = end;
46 if (that.EndPos < BeginPos || that.BeginPos > EndPos ||
47 EndPos < that.BeginPos || BeginPos > that.EndPos) {
52 std::min(EndPos, that.EndPos));
69 CPVT_WordPlace EndPos; member in struct:CPVT_WordRange
[all...]
H A Dcsection.cpp188 int32_t nRight = range.EndPos.nWordIndex + 1;
242 if (PlaceRange.EndPos <= SecEndPos) {
244 PlaceRange.EndPos.nWordIndex);
248 } else if (PlaceRange.EndPos <= SecEndPos) {
249 ClearLeftWords(PlaceRange.EndPos.nWordIndex);
H A Dcpdf_variabletext.cpp266 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) &&
267 PlaceRange.EndPos ==
268 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace();
271 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) {
751 for (int32_t s = PlaceRange.EndPos.nSecIndex;
777 NewRange.EndPos = AdjustLineHeader(PlaceRange.EndPos, true);
778 for (int32_t s = NewRange.EndPos.nSecIndex; s >= NewRange.BeginPos.nSecIndex;
886 int32_t nESecIndex = PlaceRange.EndPos.nSecIndex;
/external/clang/lib/Lex/
H A DPPLexerChange.cpp276 const char *EndPos = CurLexer->BufferEnd; local
277 if (EndPos != CurLexer->BufferStart &&
278 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
279 --EndPos;
282 if (EndPos != CurLexer->BufferStart &&
283 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
284 EndPos[-1] != EndPos[
408 const char *EndPos = getCurLexerEndPos(); local
439 const char *EndPos = getCurLexerEndPos(); local
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp171 unsigned EndPos;
174 EndPos = RawOffs+RawTok.getLength();
188 RB.InsertTextBefore(EndPos, "*/");
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp387 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos);
395 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos);
469 if (pRange && place > pRange->EndPos)
473 bSelect = place > wrSelect.BeginPos && place <= wrSelect.EndPos;
682 SetCaret(m_SelState.EndPos);
700 if (m_SelState.BeginPos < m_SelState.EndPos) {
702 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
705 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
749 m_pVT->UpdateWordPlace(wrTemp.EndPos);
756 if (place > wrTemp.EndPos)
[all...]
H A Dcpwl_edit.cpp661 std::max(wr1.EndPos, wr2.EndPos));
H A Dcpwl_edit_impl.h74 CPVT_WordPlace EndPos; member in class:CPWL_EditImpl_Select
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dsread.c287 UINTN EndPos; local
299 EndPos = Offset + *ReadSize;
300 if (EndPos > FHand->SourceSize) {
/external/llvm/lib/IR/
H A DGCOV.cpp199 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4;
216 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) {
227 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) {
255 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t);
286 if (Buff.getCursor() < EndPos) {
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1017 size_t EndPos = String.find('}', i);
1018 assert(EndPos != StringRef::npos &&
1020 addAsmOperand(String.slice(i, EndPos+1), IsIsolatedToken);
1021 Prev = EndPos + 1;
1022 i = EndPos;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp716 size_t EndPos = End - String.begin(); local
717 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
718 Prev = EndPos + 1;
719 i = EndPos;

Completed in 193 milliseconds