Searched defs:Text (Results 1 - 25 of 100) sorted by relevance

1234

/external/llvm/lib/Support/
H A DLocale.cpp8 int columnWidth(StringRef Text) { argument
10 return Text.size();
12 return llvm::sys::unicode::columnWidthUTF8(Text);
H A DUnicode.cpp343 int columnWidthUTF8(StringRef Text) { argument
346 for (size_t i = 0, e = Text.size(); i < e; i += Length) {
347 Length = getNumBytesForUTF8(Text[i]);
348 if (Length <= 0 || i + Length > Text.size())
351 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.h34 class Text : public CharacterData { class in namespace:WebCore
38 static PassRefPtrWillBeRawPtr<Text> create(Document&, const String&);
39 static PassRefPtrWillBeRawPtr<Text> createEditingText(Document&, const String&);
44 PassRefPtrWillBeRawPtr<Text> splitText(unsigned offset, ExceptionState&);
49 PassRefPtrWillBeRawPtr<Text> replaceWholeText(const String&);
51 void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
62 Text(TreeScope& treeScope, const String& data, ConstructionType type) function in class:WebCore::Text
74 virtual PassRefPtrWillBeRawPtr<Text> cloneWithData(const String&);
81 DEFINE_NODE_TYPE_CASTS(Text, isTextNode());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIToken.cs37 string Text { property in interface:Antlr.Runtime.IToken
H A DClassicToken.cs59 text = oldToken.Text;
78 public string Text { property in class:Antlr.Runtime.ClassicToken
163 string txt = Text;
H A DCommonToken.cs35 using Regex = System.Text.RegularExpressions.Regex;
86 text = oldToken.Text;
100 public string Text { property in class:Antlr.Runtime.CommonToken
203 string txt = Text;
217 text = Text;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonErrorNode.cs67 public override string Text { property in class:Antlr.Runtime.Tree.CommonErrorNode
106 ", resync=" + Text + ">";
108 return "<mismatched token: " + trappedException.Token + ", resync=" + Text + ">";
111 ", resync=" + Text + ">";
113 return "<error: " + Text + ">";
H A DParseTree.cs36 using StringBuilder = System.Text.StringBuilder;
55 public override string Text { property in class:Antlr.Runtime.Tree.ParseTree
95 return t.Text;
110 buf.Append(hidden.Text);
H A DCommonTree.cs132 public override string Text { property in class:Antlr.Runtime.Tree.CommonTree
137 return token.Text;
224 return token.Text;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIToken.cs39 string Text property in interface:Antlr.Runtime.IToken
H A DClassicToken.cs63 text = oldToken.Text;
84 public string Text property in class:Antlr.Runtime.ClassicToken
198 string txt = Text;
H A DCommonToken.cs36 using Regex = System.Text.RegularExpressions.Regex;
93 text = oldToken.Text;
108 public string Text property in class:Antlr.Runtime.CommonToken
239 string txt = Text;
257 text = Text;
H A DLexer.cs65 public string Text property in class:Antlr.Runtime.Lexer
244 t.Text = state.text;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonErrorNode.cs73 public override string Text property in class:Antlr.Runtime.Tree.CommonErrorNode
128 ", resync=" + Text + ">";
132 return "<mismatched token: " + trappedException.Token + ", resync=" + Text + ">";
137 ", resync=" + Text + ">";
139 return "<error: " + Text + ">";
H A DParseTree.cs37 using StringBuilder = System.Text.StringBuilder;
58 public override string Text property in class:Antlr.Runtime.Tree.ParseTree
114 return t.Text;
132 buf.Append( hidden.Text );
H A DCommonTree.cs162 public override string Text property in class:Antlr.Runtime.Tree.CommonTree
169 return Token.Text;
293 return Token.Text;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DText.java7 * $Id: Text.java,v 1.1.1.1 2004/05/09 16:57:42 vlad_r Exp $
18 final class Text implements IContent class in inherits:IContent
22 public Text (final String text, final boolean nbsp) method in class:Text
/external/clang/lib/AST/
H A DCommentBriefParser.cpp48 bool isWhitespace(StringRef Text) { argument
49 for (StringRef::const_iterator I = Text.begin(), E = Text.end();
/external/lldb/include/lldb/Expression/
H A DClangUtilityFunction.h99 Text () function in class:lldb_private::ClangUtilityFunction
106 /// expression. Text() should contain the definition of this
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs55 string IToken.Text
/external/chromium_org/tools/code_coverage/
H A Dcroc_html.py54 def Text(self, text): member in class:HtmlElement
58 text: Text to add.
136 f.head.E('title').Text(title)
161 hdr.Text('Coverage for ')
166 '../' * (num_dirs - i - 2) + 'index.html')).Text(dirs[i] + '/')
167 hdr.Text(dirs[-1])
178 hdr.Text('Coverage for ')
183 '../' * (num_dirs - i - 1) + 'index.html')).Text(dirs[i] + '/')
184 hdr.Text(dirs[-1] + '/')
197 table.E('tr').E('th', e_class='secdesc', colspan=8).Text(captio
[all...]
/external/clang/include/clang/Edit/
H A DEditedSource.h33 StringRef Text; member in struct:clang::edit::EditedSource::FileEdit
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp25 StringRef Text) {
27 From.getSourceRange()), Text);
23 replaceStmtWithText(SourceManager &Sources, const Stmt &From, StringRef Text) argument
/external/clang/unittests/AST/
H A DCommentLexer.cpp308 const char *Text[] = { local
320 ASSERT_EQ(array_lengthof(Text), Toks.size());
324 ASSERT_EQ(StringRef(Text[j]), Toks[j].getText())
/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp25 void setMainBuffer(StringRef Text, StringRef BufferName) { argument
26 MemoryBuffer *MainBuffer = MemoryBuffer::getMemBuffer(Text, BufferName);

Completed in 663 milliseconds

1234