19 #define OF_UNICODE_UPPERCASE_TABLE_SIZE 0x119
20 #define OF_UNICODE_LOWERCASE_TABLE_SIZE 0x119
21 #define OF_UNICODE_TITLECASE_TABLE_SIZE 0x119
22 #define OF_UNICODE_CASEFOLDING_TABLE_SIZE 0x119
27 extern const of_unichar_t*
const
28 of_unicode_uppercase_table[OF_UNICODE_UPPERCASE_TABLE_SIZE];
29 extern const of_unichar_t*
const
30 of_unicode_lowercase_table[OF_UNICODE_LOWERCASE_TABLE_SIZE];
31 extern const of_unichar_t*
const
32 of_unicode_titlecase_table[OF_UNICODE_TITLECASE_TABLE_SIZE];
33 extern const of_unichar_t*
const
34 of_unicode_casefolding_table[OF_UNICODE_CASEFOLDING_TABLE_SIZE];