Home
last modified time | relevance | path

Searched refs:fprint (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx74 ngram_t *fprint; member
81 void **fprint; member
177 langStr += (char*)fp_Name(tables->fprint[i]); in GetManagedLanguages()
205 string language(fp_Name(tables->fprint[i])); in XableLanguage()
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch548 ngram_t *fprint;
824 strcpy( h->fprint[i].str, tmp2.str );
825 h->fprint[i].rank = i;
831 + qsort( h->fprint, h->size, sizeof(ngram_t), ngramcmp_str );
862 memcpy( tmp, h->fprint, h->size * sizeof(ngram_t) );
1070 void **fprint;
1076 fp_Done( h->fprint[i] );
1078 wg_free( h->fprint );
1117 - h->fprint = (void *)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );
1118 + h->fprint = (void **)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );
[all …]

Completed in 41 milliseconds