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

  /external/clang/lib/Rewrite/
Rewriter.cpp 94 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str,
238 /// InsertText - Insert the specified string at the specified location in the
240 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
277 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
288 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
391 RB.InsertText(offs, indent, /*InsertAfter=*/false);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 585 void CPWL_EditCtrl::InsertText(FX_LPCWSTR csText)
588 m_pEdit->InsertText(csText);
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 748 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, TRUE);
836 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, FALSE, TRUE);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 289 void InsertText(SourceLocation Loc, StringRef Str,
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
    [all...]
RewriteObjC.cpp 238 void InsertText(SourceLocation Loc, StringRef Str,
241 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
772 InsertText(startLoc, "// ");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 434 milliseconds