Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 28) sorted by relevance

12

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java290 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/
DMatchResultImpl.java31 private String text; field in MatchResultImpl
40 MatchResultImpl(String text, int[] offsets) { in MatchResultImpl()
/libcore/luni/src/test/java/libcore/xml/
DSimpleParserTest.java52 private StringBuffer text; field in SimpleParserTest
200 final StringBuilder text = new StringBuilder(); in testEntityResolver() local
DDomTest.java649 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
DExpatSaxParserTest.java137 StringBuilder text = new StringBuilder(); field in ExpatSaxParserTest.TestHandler
526 StringBuilder text = new StringBuilder(); in testExternalEntity() field in ExpatSaxParserTest.Handler
DNormalizeTest.java470 Text text = document.createTextNode(""); in testInvalidCharactersText() local
/libcore/luni/src/test/java/libcore/java/text/
DOldCollationElementIteratorTest.java30 String text = "abc"; in testPrevious() local
/libcore/luni/src/main/java/java/text/
DBidi.java120 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()
DAttributedString.java37 String text; field in AttributedString
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java533 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
DKXmlParser.java161 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/
DOldLineNumberInputStreamTest.java27 …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
DOldLineNumberReaderTest.java27 …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/
DimportNode15.java72 Text text; in runTest() local
/libcore/luni/src/main/java/java/awt/font/
DNumericShaper.java665 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/
DSupport_Format.java30 protected String text; field in Support_Format
37 String text, Format.Field field, int begin, int end) { in t_FormatWithField()
DSupport_DecimalFormat.java45 String text = "$10,000,000.76"; in t_format_with_FieldPosition() local
/libcore/xml/src/test/java/org/kxml2/io/
DKXmlSerializerTest.java113 String text = ""; in testCdataWithTerminatorInside() local
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderImpl.java194 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/
DDate.java474 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/
DExpatParser.java160 /*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/
DPattern2Test.java1302 StringBuffer text = new StringBuffer(" public class Class {\n" in testCompile4() local
/libcore/luni/src/main/java/libcore/icu/
DNativeBreakIterator.java155 private static native void setTextImpl(int address, String text); in setTextImpl()
/libcore/luni/src/main/native/
Djava_text_Bidi.cpp75 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/
DImportNode.java471 Text text; in testImportNode15() local

12