OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:piece_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c
983
int
piece_width
;
local
990
piece_width
= 0;
1003
if (last_p != NULL && last_column +
piece_width
> width)
1017
piece_width
= 0;
1028
last_column +=
piece_width
;
1029
piece_width
= 0;
1038
piece_width
+= w;
1048
if (last_p != NULL && last_column +
piece_width
+ at_end_columns > width)
1055
return last_column +
piece_width
;
1069
int
piece_width
;
local
1153
int
piece_width
;
local
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c
983
int
piece_width
;
local
990
piece_width
= 0;
1003
if (last_p != NULL && last_column +
piece_width
> width)
1017
piece_width
= 0;
1028
last_column +=
piece_width
;
1029
piece_width
= 0;
1038
piece_width
+= w;
1048
if (last_p != NULL && last_column +
piece_width
+ at_end_columns > width)
1055
return last_column +
piece_width
;
1069
int
piece_width
;
local
1153
int
piece_width
;
local
[
all
...]
Completed in 79 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026