/* tag: Tom Lord Tue Dec 4 14:41:46 2001 (db-inlines.h) */ /* db-inlines.h - * **************************************************************** * Copyright (C) 2000 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__UNIDATA__DB_INLINES_H #define INCLUDE__UNIDATA__DB_INLINES_H #undef UNIDATA_INLINE_QUALIFIERS #define UNIDATA_INLINE_QUALIFIERS /* automatically generated __STDC__ prototypes */ extern UNIDATA_INLINE_QUALIFIERS int unidata_is_assigned_code_point (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS int unidata_decimal_digit_value (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS int unidata_is_mirrored (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS enum uni_bidi_category unidata_bidi_category (t_unicode c); extern UNIDATA_INLINE_QUALIFIERS enum uni_general_category unidata_general_category (t_unicode c); #endif /* INCLUDE__UNIDATA__DB_INLINES_H */