Home
last modified time | relevance | path

Searched defs:formatSource (Results 1 – 2 of 2) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DFormatter.java216 public void formatSource(CharSource input, CharSink output) in formatSource() method in Formatter
232 public String formatSource(String input) throws FormatterException { in formatSource() method in Formatter
265 public String formatSource(String input, Collection<Range<Integer>> characterRanges) in formatSource() method in Formatter
/external/guice/core/src/com/google/inject/internal/
DMessages.java214 static void formatSource(Formatter formatter, Object source) { in formatSource() method in Messages
223 static void formatSource(Formatter formatter, Object source, ElementSource elementSource) { in formatSource() method in Messages