Searched refs:offset_in_rule (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dunicasemap.h30 size_t offset_in_rule, /* offset in 'struct special_casing_rule' */
40 size_t offset_in_rule, /* offset in 'struct special_casing_rule' */
50 size_t offset_in_rule, /* offset in 'struct special_casing_rule' */
H A Du-ct-totitle.h98 size_t offset_in_rule; /* offset in 'struct special_casing_rule' */ local
107 /* Determine single_character_map, offset_in_rule.
118 offset_in_rule = offsetof (struct special_casing_rule, title[0]);
125 offset_in_rule = 0;
132 offset_in_rule = offsetof (struct special_casing_rule, lower[0]);
314 (const unsigned short *)((const char *)rule + offset_in_rule);
H A Du-casemap.h24 size_t offset_in_rule, /* offset in 'struct special_casing_rule' */
238 (const unsigned short *)((const char *)rule + offset_in_rule);
19 FUNC(const UNIT *s, size_t n, casing_prefix_context_t prefix_context, casing_suffix_context_t suffix_context, const char *iso639_language, ucs4_t (*single_character_map) (ucs4_t), size_t offset_in_rule, uninorm_t nf, UNIT *resultbuf, size_t *lengthp) argument

Completed in 91 milliseconds