unictype/bidi*: Rename functions.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Mar 2011 23:32:49 +0000 (00:32 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 22 Mar 2011 23:32:49 +0000 (00:32 +0100)
commitd59013190eb71a562203341f13c108365bfd8e74
treeed4454ae83f2faa95fbd6e2aa74b65dd8d4e957f
parent1a22d910adea20751cc5649b224574d07ba72815
unictype/bidi*: Rename functions.

* lib/unictype.in.h (uc_bidi_class_name, uc_bidi_class_byname,
uc_bidi_class, uc_is_bidi_class): New declarations.
* lib/unictype/bidi_byname.c (uc_bidi_class_byname): Renamed from
uc_bidi_category_byname.
(uc_bidi_category_byname): New function.
* lib/unictype/bidi_name.c (u_bidi_class_name): Renamed from
u_bidi_category_name.
(uc_bidi_class_name): Renamed from uc_bidi_category_name.
(uc_bidi_category_name): New function.
* lib/unictype/bidi_of.c (uc_bidi_class): Renamed from
uc_bidi_category.
(uc_bidi_category): New function.
* lib/unictype/bidi_test.c (uc_is_bidi_class): Renamed from
uc_is_bidi_category. Invoke uc_bidi_class.
(uc_is_bidi_category): New function.
* tests/unictype/test-bidi_byname.c (main): Test uc_bidi_class_byname
instead of uc_bidi_category_byname.
* tests/unictype/test-bidi_name.c (main): Test uc_bidi_class_name
instead of uc_bidi_category_name.
* tests/unictype/test-bidi_of.c (main): Test uc_bidi_class instead of
uc_bidi_category.
* tests/unictype/test-bidi_test.c (main): Test uc_is_bidi_class
instead of uc_is_bidi_category.
ChangeLog
lib/unictype.in.h
lib/unictype/bidi_byname.c
lib/unictype/bidi_name.c
lib/unictype/bidi_of.c
lib/unictype/bidi_test.c
tests/unictype/test-bidi_byname.c
tests/unictype/test-bidi_name.c
tests/unictype/test-bidi_of.c
tests/unictype/test-bidi_test.c