From be8efac78d067c138ad8dda03df4336e73f94887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Jan 2022 11:51:07 +0100 Subject: New upstream version 1.0 --- doc/uniwbrk.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/uniwbrk.texi') diff --git a/doc/uniwbrk.texi b/doc/uniwbrk.texi index 64cbd119..70f551d6 100644 --- a/doc/uniwbrk.texi +++ b/doc/uniwbrk.texi @@ -21,10 +21,10 @@ operations. The following functions determine the word breaks in a string. -@deftypefun void u8_wordbreaks (const uint8_t *@var{s}, size_t @var{n}, char *@var{p}) -@deftypefunx void u16_wordbreaks (const uint16_t *@var{s}, size_t @var{n}, char *@var{p}) -@deftypefunx void u32_wordbreaks (const uint32_t *@var{s}, size_t @var{n}, char *@var{p}) -@deftypefunx void ulc_wordbreaks (const char *@var{s}, size_t @var{n}, char *@var{p}) +@deftypefun void u8_wordbreaks (const@tie{}uint8_t@tie{}*@var{s}, size_t@tie{}@var{n}, char@tie{}*@var{p}) +@deftypefunx void u16_wordbreaks (const@tie{}uint16_t@tie{}*@var{s}, size_t@tie{}@var{n}, char@tie{}*@var{p}) +@deftypefunx void u32_wordbreaks (const@tie{}uint32_t@tie{}*@var{s}, size_t@tie{}@var{n}, char@tie{}*@var{p}) +@deftypefunx void ulc_wordbreaks (const@tie{}char@tie{}*@var{s}, size_t@tie{}@var{n}, char@tie{}*@var{p}) Determines the word break points in @var{s}, an array of @var{n} units, and stores the result at @code{@var{p}[0..@var{n}-1]}. @table @asis @@ -45,7 +45,7 @@ word break to be present at the beginning of the string (before This is a more low-level API. The word break property is a property defined in Unicode Standard Annex #29, section ``Word Boundaries'', see -@url{http://www.unicode.org/reports/tr29/#Word_Boundaries}.@texnl{} It is +@url{https://www.unicode.org/reports/tr29/#Word_Boundaries}.@texnl{} It is used for determining the word breaks in a string. The following are the possible values of the word break property. More values @@ -77,6 +77,6 @@ may be added in the future. The following function looks up the word break property of a character. -@deftypefun int uc_wordbreak_property (ucs4_t @var{uc}) +@deftypefun int uc_wordbreak_property (ucs4_t@tie{}@var{uc}) Returns the Word_Break property of a Unicode character. @end deftypefun -- cgit v1.2.3