Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dispell_checker.cpp501 std::string shortened_dict (szLang); in requestDictionary() local
504 if ((uscore_pos = shortened_dict.rfind ('_')) != ((size_t)-1)) { in requestDictionary()
505 shortened_dict = shortened_dict.substr(0, uscore_pos); in requestDictionary()
506 if (!loadDictionaryForLanguage (shortened_dict.c_str())) in requestDictionary()
629 std::string shortened_dict (tag); in ispell_provider_dictionary_exists() local
631 if ((uscore_pos = shortened_dict.rfind ('_')) != ((size_t)-1)) in ispell_provider_dictionary_exists()
632 shortened_dict = shortened_dict.substr(0, uscore_pos); in ispell_provider_dictionary_exists()
637 if (!strcmp (tag, mapping->lang) || !strcmp (shortened_dict.c_str(), mapping->lang)) in ispell_provider_dictionary_exists()