/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | CollationElementIteratorTest.java | 43 String text = "abc"; in testGetOffset() local 57 String text = "abc"; in testNext() local 83 String text = "abc"; in testPrevious() local 109 String text = "abc"; in testReset() local 127 String text = "cha"; in testGetMaxExpansion() local 140 String text = "\u00e6"; in testPrimaryOrder() local 152 String text = "a\u00e0"; in testSecondaryOrder() local 165 String text = "abAB"; in testTertiaryOrder() local 183 String text = "cha"; in testSetOffset() local 196 String text = "caa"; in testSetTextString() local [all …]
|
D | RuleBasedCollatorTest.java | 152 String text = "cha"; in testGetCollationElementIteratorCharacterIterator() local 171 String text = "\u00fcb"; in testGetCollationElementIteratorCharacterIterator() local 226 String text = "abc"; in testCollationKey() local
|
D | Support_Format.java | 31 protected String text; field in Support_Format 38 String text, Format.Field field, int begin, int end) { in t_FormatWithField()
|
D | Support_DecimalFormat.java | 43 String text = "$10,000,000.76"; in t_format_with_FieldPosition() local
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeBreakIterator.java | 168 private static synchronized native void setTextImpl(long address, String text); in setTextImpl() 169 private static synchronized native int precedingImpl(long address, String text, int offset); in precedingImpl() 170 … private static synchronized native boolean isBoundaryImpl(long address, String text, int offset); in isBoundaryImpl() 171 private static synchronized native int nextImpl(long address, String text, int n); in nextImpl() 172 private static synchronized native int previousImpl(long address, String text); in previousImpl() 173 private static synchronized native int currentImpl(long address, String text); in currentImpl() 174 private static synchronized native int firstImpl(long address, String text); in firstImpl() 175 private static synchronized native int followingImpl(long address, String text, int offset); in followingImpl() 176 private static synchronized native int lastImpl(long address, String text); in lastImpl()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | EqualsHashCodeBenchmark.java | 27 @Override Object newInstance(String text) throws Exception { in URI() 32 @Override Object newInstance(String text) throws Exception { in URL() 36 abstract Object newInstance(String text) throws Exception; in newInstance()
|
/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 | XmlPullParserFactoryTest.java | 198 public XmlSerializer text(String text) throws IOException { in text() method in XmlPullParserFactoryTest.XmlSerializerStub 202 public XmlSerializer text(char[] buf, int start, int len) throws IOException { in text() method in XmlPullParserFactoryTest.XmlSerializerStub 206 public void cdsect(String text) throws IOException { in cdsect() 209 public void entityRef(String text) throws IOException { in entityRef() 212 public void processingInstruction(String text) throws IOException { in processingInstruction() 215 public void comment(String text) throws IOException { in comment() 218 public void docdecl(String text) throws IOException { in docdecl() 221 public void ignorableWhitespace(String text) throws IOException { in ignorableWhitespace()
|
D | SimpleParserTest.java | 52 private StringBuffer text; field in SimpleParserTest 200 final StringBuilder text = new StringBuilder(); in testEntityResolver() local
|
D | KxmlSerializerTest.java | 120 Text text = (Text) root.getFirstChild(); in testSpeakNoEvilMonkeys() local 213 String text = ""; in testCdataWithTerminatorInside() 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
|
/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 560 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() 585 …private static native void ubidi_setPara(long pBiDi, char[] text, int length, int paraLevel, byte[… in ubidi_setPara()
|
/libcore/xml/src/main/java/org/kxml2/io/ |
D | KXmlSerializer.java | 537 public XmlSerializer text(String text) throws IOException { in text() method in KXmlSerializer 544 public XmlSerializer text(char[] text, int start, int len) in text() method in KXmlSerializer
|
/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | LineNumberInputStreamTest.java | 30 …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 LineNumberInputStreamTest
|
D | LineNumberReaderTest.java | 31 …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 LineNumberReaderTest
|
/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/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 | 482 String text = buffer.toString().toUpperCase(Locale.US); in parse() local 763 private static int zone(String text) { in zone()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | Pattern2Test.java | 1039 StringBuffer text = new StringBuffer(" public class Class {\n" in testCompile4() local
|