Searched refs:stdName (Results 1 – 1 of 1) sorted by relevance
459 String stdName = AlgNameMapper.getStandardName(this.algName); in mapAlgName() local465 if (stdName == null) { in mapAlgName()469 this.oid = AlgNameMapper.map2OID(stdName); in mapAlgName()473 this.algName = stdName; in mapAlgName()474 } else if (stdName != null) { in mapAlgName()475 this.algName = stdName; in mapAlgName()