Home
last modified time | relevance | path

Searched refs:delimiter (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinterTest.java49 String expected, String delimiter, String startNodeName, in checkFormat() argument
65 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter); in checkFormat()
116 String expected, String delimiter) throws Exception { in checkFormat() argument
117 checkFormat(prefs, baseLocation, xml, expected, delimiter, null, false, null); in checkFormat()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java345 String delimiter = TextUtilities.getDefaultLineDelimiter(document); in format() local
346 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter); in format()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java820 static String join(char delimiter, Collection<String> strings) { in join() argument
824 sb.append(delimiter); in join()