HomeSort by relevance Sort by last modified time
    Searched refs:Text (Results 1 - 25 of 1523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 16 * CDATA sections are used to escape blocks of text containing characters that
22 * <p>The <code>CharacterData.data</code> attribute holds the text that is
28 * <code>CharacterData</code> interface through the <code>Text</code>
47 * any further characters in the text node. Note, however, that some code
53 public interface CDATASection extends Text {
Text.java 16 * The <code>Text</code> interface inherits from <code>CharacterData</code>
18 * markup inside an element's content, the text is contained in a single
19 * object implementing the <code>Text</code> interface that is the only
21 * information items (elements, comments, etc.) and <code>Text</code> nodes
24 * <code>Text</code> node for each block of text. Users may create adjacent
25 * <code>Text</code> nodes that represent the contents of a given element
30 * <code>Text</code> objects into a single node for each block of text.
31 * <p> No lexical check is done on the content of a <code>Text</code> nod
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/my.pkg/
pkg.go 3 var Text = "unset"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/my.pkg/
pkg.go 3 var Text = "unset"
  /external/clang/lib/Format/
Encoding.h 11 /// \brief Contains functions for text encoding manipulation. Supports UTF-8,
33 /// \brief Detects encoding of the Text. If the Text can be decoded using UTF-8,
35 inline Encoding detectEncoding(StringRef Text) {
36 const UTF8 *Ptr = reinterpret_cast<const UTF8 *>(Text.begin());
37 const UTF8 *BufEnd = reinterpret_cast<const UTF8 *>(Text.end());
43 inline unsigned getCodePointCountUTF8(StringRef Text) {
45 for (size_t i = 0, e = Text.size(); i < e; i += getNumBytesForUTF8(Text[i])) {
51 /// \brief Gets the number of code points in the Text using the specifie
    [all...]
  /external/markdown/tests/misc/
headers.txt 13 Text
15 Some other text
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/my.pkg/main/
main.go 4 println(pkg.Text)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/my.pkg/main/
main.go 4 println(pkg.Text)
  /external/llvm/lib/Support/
Locale.cpp 10 int columnWidth(StringRef Text) {
12 return Text.size();
14 return llvm::sys::unicode::columnWidthUTF8(Text);
  /external/skia/experimental/sksg/geometry/
SkSGText.cpp 19 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) {
20 return sk_sp<Text>(new Text(std::move(tf), text));
23 Text::Text(sk_sp<SkTypeface> tf, const SkString& text)
25 , fText(text) {}
    [all...]
  /external/skqp/experimental/sksg/geometry/
SkSGText.cpp 19 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) {
20 return sk_sp<Text>(new Text(std::move(tf), text));
23 Text::Text(sk_sp<SkTypeface> tf, const SkString& text)
25 , fText(text) {}
    [all...]
  /external/llvm/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Unicode.h 47 /// Gets the number of positions the UTF8-encoded \p Text is likely to occupy
56 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
61 int columnWidthUTF8(StringRef Text);

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>