OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_utf8
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c
1507
iconv_t
to_utf8
;
local
1511
to_utf8
= (iconv_t)(-1);
1523
to_utf8
= (iconv_t)(-1);
1526
to_utf8
= iconv_open (UTF8_NAME, encoding);
1527
if (
to_utf8
!= (iconv_t)(-1))
1530
size_t m = iconv_string_length (
to_utf8
, s, n);
1545
iconv_string_keeping_offsets (
to_utf8
, s, n, offtable, t, m);
1557
iconv_close (
to_utf8
);
1561
iconv_close (
to_utf8
);
1604
iconv_t
to_utf8
;
local
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c
1507
iconv_t
to_utf8
;
local
1511
to_utf8
= (iconv_t)(-1);
1523
to_utf8
= (iconv_t)(-1);
1526
to_utf8
= iconv_open (UTF8_NAME, encoding);
1527
if (
to_utf8
!= (iconv_t)(-1))
1530
size_t m = iconv_string_length (
to_utf8
, s, n);
1545
iconv_string_keeping_offsets (
to_utf8
, s, n, offtable, t, m);
1557
iconv_close (
to_utf8
);
1561
iconv_close (
to_utf8
);
1604
iconv_t
to_utf8
;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026