Lines Matching defs:from
14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
137 idn__filemapper_map(idn__filemapper_t ctx, const unsigned long *from,
143 assert(ctx != NULL && from != NULL && to != NULL);
145 TRACE(("idn__filemapper_map(from=\"%s\")\n",
146 idn__debug_ucs4xstring(from, 50)));
151 while (*from != '\0') {
153 r = idn_ucsmap_map(ctx->map, *from, ub.ucs, ub.size, &ub.len);
176 from++;
344 idn__filemapper_mapproc(void *ctx, const unsigned long *from,
346 return idn__filemapper_map((idn__filemapper_t)ctx, from, to, tolen);