Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dstringx.cpp1651 string lowerCaseGrowthType = ToString(type,false); in StringMatchesGrowthType() local
1652 LowerCase(lowerCaseGrowthType); in StringMatchesGrowthType()
1654 if(lowerCaseGrowthType == lowerCaseInput) in StringMatchesGrowthType()
1660 lowerCaseGrowthType = ToString(type,true); in StringMatchesGrowthType()
1661 LowerCase(lowerCaseGrowthType); in StringMatchesGrowthType()
1662 if(lowerCaseGrowthType == lowerCaseInput) in StringMatchesGrowthType()