Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 25 of 120) sorted by relevance

12345

/external/clang/lib/Format/
DEncoding.h35 inline Encoding detectEncoding(StringRef Text) { in detectEncoding()
43 inline unsigned getCodePointCountUTF8(StringRef Text) { in getCodePointCountUTF8()
53 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) { in getCodePointCount()
65 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth()
81 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs()
116 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
DWhitespaceManager.cpp498 StringRef Text) { in storeReplacement()
509 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText()
515 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, in appendNewlineText()
529 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText()
DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, in getCommentSplit()
86 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit()
388 StringRef Text = Lines[LineIndex].substr(TailOffset); in insertBreak() local
408 StringRef Text = Lines[LineIndex].substr(TailOffset); in replaceWhitespace() local
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DText.java18 final class Text implements IContent class
22 public Text (final String text, final boolean nbsp) in Text() method in Text
/external/elfutils/libelf/
Dexttypes.h55 #define TYPE_EXTRA(Text) Text argument
56 #define TYPE_XLATE(Text) argument
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk()
156 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText()
342 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk()
346 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk()
358 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk()
372 const char *Text) { in AddChunk()
/external/llvm/lib/Support/
DLocale.cpp10 int columnWidth(StringRef Text) { in columnWidth()
DUnicode.cpp343 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs37 string Text { property
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs39 string Text property
/external/webrtc/tools/cpu/
Dcpu_mon.py30 def Text(self): member in CpuSnapshot
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonErrorNode.cs73 public override string Text property in Antlr.Runtime.Tree.CommonErrorNode
DParseTree.cs58 public override string Text property in Antlr.Runtime.Tree.ParseTree
DCommonTree.cs162 public override string Text property in Antlr.Runtime.Tree.CommonTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonErrorNode.cs67 public override string Text { property in Antlr.Runtime.Tree.CommonErrorNode
DParseTree.cs55 public override string Text { property in Antlr.Runtime.Tree.ParseTree
DCommonTree.cs132 public override string Text { property in Antlr.Runtime.Tree.CommonTree
/external/zlib/src/contrib/ada/
Dbuffer_demo.adb27 Text : constant String constant
/external/clang/lib/AST/
DCommentParser.cpp135 StringRef Text) { in formTokenWithChars()
181 StringRef Text = StringRef(TextPtr, Length); in lexWord() local
226 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local
709 StringRef Text; in parseVerbatimLine() local
DCommentBriefParser.cpp48 bool isWhitespace(StringRef Text) { in isWhitespace()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h160 const std::string Text; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h41 std::vector<std::pair<uint64_t, MCInst> > Text; variable
/external/clang/include/clang/AST/
DCommentLexer.h105 void setText(StringRef Text) { in setText()
147 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
168 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/external/ImageMagick/coders/
Dttf.c174 *Text = (char *) in ReadTTFImage() local
/external/clang/include/clang/Edit/
DEditedSource.h35 StringRef Text; member

12345