chiark / gitweb /
grapheme boundary check can now use tables
[disorder] / lib / unicode.h
index 08812b35b5cbd9fa96c2f17baa025521693095f1..4c1cad9733ce72f6e0950a210d85ae668eaa83e3 100644 (file)
@@ -42,7 +42,7 @@ char *utf8_casefold_canon(const char *s, size_t ns, size_t *ndp);
 uint32_t *utf32_casefold_compat(const uint32_t *s, size_t ns, size_t *ndp);
 char *utf8_casefold_compat(const char *s, size_t ns, size_t *ndp);
 
-int utf32_is_gcb(const uint32_t *s, size_t ns, size_t n);
+int utf32_is_grapheme_boundary(const uint32_t *s, size_t ns, size_t n);
 int utf32_is_word_boundary(const uint32_t *s, size_t ns, size_t n);
 
 #endif /* UNICODE_H */