Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c158 static int max_width; variable
214 max_width = max_length; in fmt()
215 best_width = max_width * (201 - 2 * LEEWAY) / 200; in fmt()
443 word_limit->length = max_width; /* sentinel */ in fmt_paragraph()
471 while (len < max_width); in fmt_paragraph()
/ndk/sources/cxx-stl/stlport/src/
Dfacets_byname.cpp393 int max_width = _WLocale_mb_cur_max(_M_codecvt); in do_encoding() local
395 return min_width == max_width ? min_width : 0; in do_encoding()