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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-is-cased.h28 UNIT *mapped_totitle; local
82 mapped_totitle = U_TOTITLE (norms, norms_length, iso639_language, NULL,
84 if (mapped_totitle == NULL)
95 if (mapped_tolower != mapped_totitle && mapped_tolower != mappedbuf)
100 && U_CMP (mapped_totitle, norms, norms_length) == 0))
102 if (mapped_totitle != mappedbuf)
103 free (mapped_totitle);
107 if (mapped_totitle != mappedbuf)
108 free (mapped_totitle);

Completed in 111 milliseconds