Home
last modified time | relevance | path

Searched defs:reformat (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/
Dsupport.py30 def reformat(string): function
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DCompositeFormat.java114 public String reformat(final String input) throws ParseException { in reformat() method in CompositeFormat
/external/python/cpython3/Lib/lib2to3/tests/
Dsupport.py34 def reformat(string): function
/external/ktfmt/ktfmt_idea_plugin/src/main/java/com/facebook/ktfmt/intellij/
DCodeStyleManagerDecorator.java62 public PsiElement reformat(PsiElement element) throws IncorrectOperationException { in reformat() method in CodeStyleManagerDecorator
67 public PsiElement reformat(PsiElement element, boolean canChangeWhiteSpacesOnly) in reformat() method in CodeStyleManagerDecorator
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DCodeStyleManagerDecorator.java63 public @NotNull PsiElement reformat(@NotNull PsiElement element) in reformat() method in CodeStyleManagerDecorator
69 public @NotNull PsiElement reformat(@NotNull PsiElement element, boolean canChangeWhiteSpacesOnly) in reformat() method in CodeStyleManagerDecorator
/external/python/cpython3/Tools/scripts/
Dpindent.py163 def reformat(self): member in PythonIndenter
/external/python/cpython2/Tools/scripts/
Dpindent.py165 def reformat(self): member in PythonIndenter
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java282 public Set<String> reformat(PluralRanges pluralRanges, Set<Count> counts) { in reformat() method in GeneratePluralRanges
/external/clang/lib/Format/
DFormat.cpp1614 tooling::Replacements reformat(const FormatStyle &Style, SourceManager &SM, in reformat() function
1626 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function