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 92 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str,
236 /// InsertText - Insert the specified string at the specified location in the
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
389 RB.InsertText(offs, indent, /*InsertAfter=*/false);
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 460 void CPWL_EditCtrl::InsertText(const CFX_WideString& wsText) {
462 m_pEdit->InsertText(wsText, FXFONT_DEFAULT_CHARSET);
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 340 CPVT_WordPlace CPDF_VariableText::InsertText(const CPVT_WordPlace& place,
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 539 m_pEdit->InsertText(m_swText, FXFONT_DEFAULT_CHARSET, false, true);
561 m_pEdit->InsertText(m_swText, m_nCharset, false, true);
1138 bool CFX_Edit::InsertText(const CFX_WideString& sText, int32_t charset) {
1139 return InsertText(sText, charset, true, true);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 288 void InsertText(SourceLocation Loc, StringRef Str,
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
    [all...]
RewriteObjC.cpp 239 void InsertText(SourceLocation Loc, StringRef Str,
242 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 567 milliseconds