Home
last modified time | relevance | path

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

/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dtranslate.cpp17 std::wstring(*translator_pf)(char const* const singular, char const* const plural, int64_t n) = def… variable
26 translator_pf = pf ? pf : default_translator_pf; in set_translators()
36 return translator_pf(singular, plural, n); in translate()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A DFileZilla.cpp139 std::wstring translator_pf(char const* const singular, char const* const plural, int64_t n) in translator_pf() function
160 fz::set_translators(translator, translator_pf); in OnInit()