Searched refs:multibyte_prop (Results 1 – 1 of 1) sorted by relevance
478 char *multibyte_prop; member1569 dfa->multibyte_prop = xnrealloc (dfa->multibyte_prop, dfa->talloc, in addtok_mb()2450 char *multibyte_prop; in reorder_tokens() local2466 multibyte_prop = xnmalloc (d->nleaves, sizeof *multibyte_prop); in reorder_tokens()2468 multibyte_prop = NULL; in reorder_tokens()2484 if (multibyte_prop != NULL) in reorder_tokens()2485 multibyte_prop[map[i]] = d->multibyte_prop[i]; in reorder_tokens()2506 d->multibyte_prop[i] = multibyte_prop[i]; in reorder_tokens()2514 free (multibyte_prop); in reorder_tokens()3586 free (d->multibyte_prop); in free_mbdata()[all …]