Searched refs:wordlist (Results 1 – 12 of 12) sorted by relevance
11 $wordlist = dirname(__FILE__).'/wordlist.txt';14 $p = pspell_new_personal($wordlist, 'en');20 var_dump(pspell_config_personal($cfg, "$wordlist.tmp"));23 copy($wordlist, "$wordlist.tmp");31 var_dump(strpos(file_get_contents("$wordlist.tmp"), 'ola') !== FALSE);33 unlink("$wordlist.tmp");
76 static const struct ByUnfoldKey wordlist[] = in unicode_unfold_key() local2851 OnigCodePoint gcode = wordlist[key].code; in unicode_unfold_key()2853 if (code == gcode && wordlist[key].index >= 0) in unicode_unfold_key()2854 return &wordlist[key]; in unicode_unfold_key()
95 static struct PropertyNameCtype wordlist[] = in euc_jp_lookup_property_name() local151 register const char *s = wordlist[key].name; in euc_jp_lookup_property_name()154 return &wordlist[key]; in euc_jp_lookup_property_name()
95 static struct PropertyNameCtype wordlist[] = in sjis_lookup_property_name() local151 register const char *s = wordlist[key].name; in sjis_lookup_property_name()154 return &wordlist[key]; in sjis_lookup_property_name()
72 static const int wordlist[] = in unicode_fold2_key() local200 int index = wordlist[key]; in unicode_fold2_key()
72 static const int wordlist[] = in unicode_fold3_key() local110 int index = wordlist[key]; in unicode_fold3_key()
72 static const int wordlist[] = in unicode_fold1_key() local2545 int index = wordlist[key]; in unicode_fold1_key()
4885 static const struct PropertyNameCtype wordlist[] = in unicode_lookup_property_name() local4926 register const char *s = wordlist[key].name; in unicode_lookup_property_name()4929 return &wordlist[key]; in unicode_lookup_property_name()
23044 static const struct PropertyNameCtype wordlist[] = in unicode_lookup_property_name() local25292 register const char *s = wordlist[key].name; in unicode_lookup_property_name()25295 return &wordlist[key]; in unicode_lookup_property_name()
47 pspell_add_to_personal() to add words to the wordlist and finally
25290 >>9 byte 29 WordPerfect wordlist
Completed in 168 milliseconds