comparison lib/unicase.h @ 11702:daa1eb869953

Reduce the number of uc_is_cased calls.
author Bruno Haible <bruno@clisp.org>
date Wed, 01 Jul 2009 01:49:33 +0200
parents 8e561c7cff21
children e8d2c6fc33ad
comparison
equal deleted inserted replaced
11701:4b50bb02dc1b 11702:daa1eb869953
165 165
166 /* The case-mapping context given by a suffix string. */ 166 /* The case-mapping context given by a suffix string. */
167 typedef struct casing_suffix_context 167 typedef struct casing_suffix_context
168 { 168 {
169 /* These fields are private, undocumented. */ 169 /* These fields are private, undocumented. */
170 uint32_t first_char_except_ignorable;
170 uint32_t bits; 171 uint32_t bits;
171 uint32_t unused_bits;
172 } 172 }
173 casing_suffix_context_t; 173 casing_suffix_context_t;
174 /* The case-mapping context of the empty suffix string. */ 174 /* The case-mapping context of the empty suffix string. */
175 extern const casing_suffix_context_t unicase_empty_suffix_context; 175 extern const casing_suffix_context_t unicase_empty_suffix_context;
176 /* Return the case-mapping context of a given suffix string. */ 176 /* Return the case-mapping context of a given suffix string. */