Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Ddictionary_util.cpp704 static inline bool s_EndsWith(const string& str1, const char* p) in s_EndsWith() function
737 if ( !s_EndsWith(word, match) ) { in s_ReplaceEnding()
762 if ( !s_EndsWith(word, match) ) { in s_ReplaceEnding()
787 if ( !s_EndsWith(word, match) ) { in s_TruncateEnding()
829 if ( !s_EndsWith(str, "ss") ) { in Stem()
842 if (s_EndsWith(str, "eed") && str.length() > 4) { in Stem()
846 if (s_EndsWith(str, "ed") && in Stem()
850 } else if (s_EndsWith(str, "ing") && in Stem()
857 if (s_EndsWith(str, "at") || in Stem()
858 s_EndsWith(str, "bl") || in Stem()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Ddictionary_util.cpp704 static inline bool s_EndsWith(const string& str1, const char* p) in s_EndsWith() function
737 if ( !s_EndsWith(word, match) ) { in s_ReplaceEnding()
762 if ( !s_EndsWith(word, match) ) { in s_ReplaceEnding()
787 if ( !s_EndsWith(word, match) ) { in s_TruncateEnding()
829 if ( !s_EndsWith(str, "ss") ) { in Stem()
842 if (s_EndsWith(str, "eed") && str.length() > 4) { in Stem()
846 if (s_EndsWith(str, "ed") && in Stem()
850 } else if (s_EndsWith(str, "ing") && in Stem()
857 if (s_EndsWith(str, "at") || in Stem()
858 s_EndsWith(str, "bl") || in Stem()
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c4134 static Boolean s_EndsWith (CharPtr str, CharPtr end) in s_EndsWith() function
4222 if (s_EndsWith(phrase, " gene")) { in ParseGeneFromNoteForDefLine()
4226 } else if (s_EndsWith(phrase, " genes")) { in ParseGeneFromNoteForDefLine()