X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funigbrk.in.h;h=c95b75be051c98f74f21b3fb9bcca012cf1e90cb;hb=06f7622100701688a981cb30c50bfff789522516;hp=5389670c9ad90116b1056cb1b7c67e16daadd0c4;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/unigbrk.in.h b/lib/unigbrk.in.h index 5389670c9..c95b75be0 100644 --- a/lib/unigbrk.in.h +++ b/lib/unigbrk.in.h @@ -78,18 +78,8 @@ extern int extern bool uc_is_grapheme_cluster_break (ucs4_t a, ucs4_t b); -/* Returns the length (in units) of the first grapheme cluster in the N units - in S. If the return value is N, then extending the string could extend the - length of the grapheme cluster too. Returns 0 only if N is zero. */ -extern size_t - u8_grapheme_len (const uint8_t *s, size_t n); -extern size_t - u16_grapheme_len (const uint16_t *s, size_t n); -extern size_t - u32_grapheme_len (const uint32_t *s, size_t n); - /* Returns the start of the next grapheme cluster following S, or NULL if the - end of the string has ben reached. */ + end of the string has been reached. */ extern const uint8_t * u8_grapheme_next (const uint8_t *s, const uint8_t *end); extern const uint16_t * @@ -98,7 +88,7 @@ extern const uint32_t * u32_grapheme_next (const uint32_t *s, const uint32_t *end); /* Returns the start of the previous grapheme cluster before S, or NULL if the - start of the string has ben reached. */ + start of the string has been reached. */ extern const uint8_t * u8_grapheme_prev (const uint8_t *s, const uint8_t *start); extern const uint16_t *