Searched refs:piece_width (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Du16-width-linebreaks.c35 int piece_width; local
42 piece_width = 0;
55 if (last_p != NULL && last_column + piece_width > width)
69 piece_width = 0;
80 last_column += piece_width;
81 piece_width = 0;
90 piece_width += w;
100 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
107 return last_column + piece_width;
H A Du32-width-linebreaks.c34 int piece_width; local
41 piece_width = 0;
53 if (last_p != NULL && last_column + piece_width > width)
67 piece_width = 0;
78 last_column += piece_width;
79 piece_width = 0;
88 piece_width += w;
98 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
105 return last_column + piece_width;
H A Du8-width-linebreaks.c35 int piece_width; local
42 piece_width = 0;
55 if (last_p != NULL && last_column + piece_width > width)
69 piece_width = 0;
80 last_column += piece_width;
81 piece_width = 0;
90 piece_width += w;
100 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
107 return last_column + piece_width;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c486 int piece_width; local
493 piece_width = 0;
506 if (last_p != NULL && last_column + piece_width > width)
520 piece_width = 0;
531 last_column += piece_width;
532 piece_width = 0;
541 piece_width += w;
551 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
558 return last_column + piece_width;
572 int piece_width; local
656 int piece_width; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c486 int piece_width; local
493 piece_width = 0;
506 if (last_p != NULL && last_column + piece_width > width)
520 piece_width = 0;
531 last_column += piece_width;
532 piece_width = 0;
541 piece_width += w;
551 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
558 return last_column + piece_width;
572 int piece_width; local
656 int piece_width; local
[all...]

Completed in 171 milliseconds