Home
last modified time | relevance | path

Searched defs:reflow (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Format/
DBreakableToken.h198 virtual void reflow(unsigned LineIndex, in reflow() function
DBreakableToken.cpp654 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/
Dasdl_c.py89 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/
Dasdl_c.py117 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/
DParagraphLayout.h658 inline void ParagraphLayout::reflow() in reflow() function
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DStringWrapper.java246 private static String reflow( in reflow() method in StringWrapper