Home
last modified time | relevance | path

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

/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dbiomsimple.cpp422 if (!util.stringBlank(taxons)) { results.push_back(taxons); } in getTaxonomy()
438 if (!util.stringBlank(bootValues)) { results[i]+="("+bootValues+")"; } in getTaxonomy()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dutils.hpp251 bool stringBlank (string);
H A Dutils.cpp2328 bool Utils::stringBlank(string input){ in stringBlank() function in Utils