Lines Matching refs:case
692 $case = $this->_determineCase($tmparray[$j]);
693 if (PEAR::isError($case)) {
695 } elseif ((0 == $case) || (-1 == $case)) { //Change from von to last
700 if (PEAR::isError($case)) {
708 if (-1 == $case) { //Caseless belongs to the last
720 $case = $this->_determineCase($tmparray[$j]);
721 if (PEAR::isError($case)) {
723 } elseif (0 == $case) { //Change from first to von
753 $case = $this->_determineCase($vonlastarray[$k]);
754 if (PEAR::isError($case)) {
756 } elseif (0 == $case) {