Searched defs:reflow (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Format/ |
D | BreakableToken.h | 198 virtual void reflow(unsigned LineIndex, in reflow() function
|
D | BreakableToken.cpp | 654 void BreakableBlockComment::reflow(unsigned LineIndex, in reflow() function in clang::format::BreakableBlockComment 890 void BreakableLineCommentSection::reflow(unsigned LineIndex, in reflow() function in clang::format::BreakableLineCommentSection
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 89 def emit(self, s, depth, reflow=True): argument 282 def emit(s, depth=0, reflow=True): argument 317 def emit(s, depth=0, reflow=True): argument 326 def emit(s, depth=0, reflow=True): argument
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 117 def emit(self, s, depth, reflow=True): argument 315 def emit(s, depth=0, reflow=True): argument 349 def emit(s, depth=0, reflow=True): argument 358 def emit(s, depth=0, reflow=True): argument
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 658 inline void ParagraphLayout::reflow() in reflow() function
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | StringWrapper.java | 246 private static String reflow( in reflow() method in StringWrapper
|