HomeSort by relevance Sort by last modified time
    Searched refs:testLineEndings (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 143 testLineEndings("\r\n<foo\r\na='b\r\nc'\r\n>d\r\ne</foo\r\n>\r\n");
150 testLineEndings("\r<foo\ra='b\rc'\r>d\re</foo\r>\r");
154 testLineEndings("\n<foo\na='b\nc'\n>d\ne</foo\n>\n");
157 private void testLineEndings(String xml) throws Exception {
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
LintCliXmlParserTest.java 132 public void testLineEndings() throws Exception {
  /sdk/common/tests/src/com/android/util/
PositionXmlParserTest.java 160 public void testLineEndings() throws Exception {

Completed in 5429 milliseconds