Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/libtextcat/
H A Dlibtextcat-2.2.patch581 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 53 milliseconds