Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-java.c803 size_t whitespace_to_remove = minimum_indentation; in strip_indent() local
830 if (whitespace_to_remove > 0) in strip_indent()
872 whitespace_to_remove = minimum_indentation; in strip_indent()
877 if (whitespace_to_remove > 0 in strip_indent()
878 && --whitespace_to_remove == 0) in strip_indent()
897 if (whitespace_to_remove > 0) in strip_indent()
917 if (whitespace_to_remove > 0) in strip_indent()
956 whitespace_to_remove = minimum_indentation; in strip_indent()
963 if (whitespace_to_remove > 0 in strip_indent()
964 && --whitespace_to_remove == 0) in strip_indent()
[all …]