| /libcore/xml/src/main/java/org/xmlpull/v1/ |
| D | XmlSerializer.java | 290 XmlSerializer text (String text) in text() method 296 XmlSerializer text (char [] buf, int start, int len) in text() method 299 void cdsect (String text) in cdsect() 301 void entityRef (String text) throws IOException, in entityRef() 303 void processingInstruction (String text) in processingInstruction() 305 void comment (String text) in comment() 307 void docdecl (String text) in docdecl() 309 void ignorableWhitespace (String text) in ignorableWhitespace()
|
| /libcore/luni/src/main/java/java/util/regex/ |
| D | MatchResultImpl.java | 31 private String text; field in MatchResultImpl 40 MatchResultImpl(String text, int[] offsets) { in MatchResultImpl()
|
| /libcore/luni/src/test/java/libcore/xml/ |
| D | SimpleParserTest.java | 52 private StringBuffer text; field in SimpleParserTest 200 final StringBuilder text = new StringBuilder(); in testEntityResolver() local
|
| D | DomTest.java | 649 Text text = (Text) factory.newDocumentBuilder() in testIsElementContentWhitespaceWithoutDeclaration() local 662 Text text = (Text) factory.newDocumentBuilder() in testIsElementContentWhitespaceWithDeclaration() local 1565 Text text = (Text) documentElement.getFirstChild(); in testCoalescingOn() local 1596 Text text = (Text) documentElement.getFirstChild(); in testExpandingEntityReferencesOn() local 1642 Text text = (Text) documentElement.getFirstChild(); in testExpandingEntityReferencesOffDoesNotImpactPredefinedEntities() local 1653 Text text = (Text) documentElement.getFirstChild(); in testExpandingEntityReferencesOffDoesNotImpactCharacterEntities() local
|
| D | ExpatSaxParserTest.java | 137 StringBuilder text = new StringBuilder(); field in ExpatSaxParserTest.TestHandler 526 StringBuilder text = new StringBuilder(); in testExternalEntity() field in ExpatSaxParserTest.Handler
|
| D | NormalizeTest.java | 470 Text text = document.createTextNode(""); in testInvalidCharactersText() local
|
| /libcore/luni/src/test/java/libcore/java/text/ |
| D | OldCollationElementIteratorTest.java | 30 String text = "abc"; in testPrevious() local
|
| /libcore/luni/src/main/java/java/text/ |
| D | Bidi.java | 120 char[] text = new char[length + 1]; // One more char for AttributedCharacterIterator.DONE in Bidi() local 211 public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, in Bidi() 265 private static long createUBiDi(char[] text, int textStart, in createUBiDi() 390 char[] text = new char[this.length]; in createLineBidi() local 591 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() 616 …private static native void ubidi_setPara(long pBiDi, char[] text, int length, int paraLevel, byte[… in ubidi_setPara()
|
| D | AttributedString.java | 37 String text; field in AttributedString
|
| /libcore/xml/src/main/java/org/kxml2/io/ |
| D | KXmlSerializer.java | 533 public XmlSerializer text(String text) throws IOException { in text() method in KXmlSerializer 540 public XmlSerializer text(char[] text, int start, int len) in text() method in KXmlSerializer
|
| D | KXmlParser.java | 161 private String text; field in KXmlParser 1882 String text = getText(); in getPositionDescription() local 1940 String text = getText(); in getTextCharacters() local
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| D | OldLineNumberInputStreamTest.java | 27 …final String text = "0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\… field in OldLineNumberInputStreamTest
|
| D | OldLineNumberReaderTest.java | 27 …String text = "0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n2… field in OldLineNumberReaderTest
|
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| D | importNode15.java | 72 Text text; in runTest() local
|
| /libcore/luni/src/main/java/java/awt/font/ |
| D | NumericShaper.java | 665 public void shape(char[] text, int start, int count, int context) { in shape() 681 public void shape(char[] text, int start, int count) { in shape() 700 private void contextualShape(char[] text, int start, int count, in contextualShape() 741 private void nonContextualShape(char[] text, int start, int count){ in nonContextualShape()
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_Format.java | 30 protected String text; field in Support_Format 37 String text, Format.Field field, int begin, int end) { in t_FormatWithField()
|
| D | Support_DecimalFormat.java | 45 String text = "$10,000,000.76"; in t_format_with_FieldPosition() local
|
| /libcore/xml/src/test/java/org/kxml2/io/ |
| D | KXmlSerializerTest.java | 113 String text = ""; in testCdataWithTerminatorInside() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
| D | DocumentBuilderImpl.java | 194 String text = parser.getText(); in parse() local 336 private void appendText(DocumentImpl document, Node parent, int token, String text) { in appendText()
|
| /libcore/luni/src/main/java/java/util/ |
| D | Date.java | 474 String text = buffer.toString().toUpperCase(Locale.US); in parse() local 755 private static int zone(String text) { in zone()
|
| /libcore/luni/src/main/java/org/apache/harmony/xml/ |
| D | ExpatParser.java | 160 /*package*/ void text(char[] text, int length) throws SAXException { in text() method in ExpatParser 167 /*package*/ void comment(char[] text, int length) throws SAXException { in comment()
|
| /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
| D | Pattern2Test.java | 1302 StringBuffer text = new StringBuffer(" public class Class {\n" in testCompile4() local
|
| /libcore/luni/src/main/java/libcore/icu/ |
| D | NativeBreakIterator.java | 155 private static native void setTextImpl(int address, String text); in setTextImpl()
|
| /libcore/luni/src/main/native/ |
| D | java_text_Bidi.cpp | 75 static void Bidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jint p… in Bidi_ubidi_setPara()
|
| /libcore/luni/src/test/java/tests/org/w3c/dom/ |
| D | ImportNode.java | 471 Text text; in testImportNode15() local
|