Searched refs:fprint (Results 1 – 2 of 2) sorted by relevance
74 ngram_t *fprint; member81 void **fprint; member177 langStr += (char*)fp_Name(tables->fprint[i]); in GetManagedLanguages()205 string language(fp_Name(tables->fprint[i])); in XableLanguage()
581 ngram_t *fprint;857 strcpy( h->fprint[i].str, tmp2.str );858 h->fprint[i].rank = i;864 + qsort( h->fprint, h->size, sizeof(ngram_t), ngramcmp_str );895 memcpy( tmp, h->fprint, h->size * sizeof(ngram_t) );1103 void **fprint;1109 fp_Done( h->fprint[i] );1111 wg_free( h->fprint );1150 - h->fprint = (void *)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );1151 + h->fprint = (void **)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );[all …]
Completed in 15 milliseconds