Searched refs:mapped_uc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-ct-totitle.h100 ucs4_t mapped_uc[3]; local
138 mapped_uc[0] = uc;
320 mapped_uc[0] = mapped_in_rule[0];
325 mapped_uc[1] = mapped_in_rule[1];
330 mapped_uc[2] = mapped_in_rule[2];
347 mapped_uc[0] = single_character_map (uc);
351 /* Found the mapping: uc maps to mapped_uc[0..mapped_count-1]. */
357 ucs4_t muc = mapped_uc[i];
H A Du-casemap.h64 ucs4_t mapped_uc[3]; local
244 mapped_uc[0] = mapped_in_rule[0];
249 mapped_uc[1] = mapped_in_rule[1];
254 mapped_uc[2] = mapped_in_rule[2];
271 mapped_uc[0] = single_character_map (uc);
275 /* Found the mapping: uc maps to mapped_uc[0..mapped_count-1]. */
281 ucs4_t muc = mapped_uc[i];

Completed in 83 milliseconds