Lines Matching refs:lc
173 function realLC($lc) { argument
175 if($lc) {
176 return $lc;
215 list($lc, $idpart) = $this->getTransParts($about);
237 list($lc, $idpart) = $this->getTransParts($id);
238 $lang = $this->realLC($lc);
241 if($t == $lc) continue; //skip self
263 list($lc, $idpart) = $this->getTransParts($INFO['id']);
264 $lang = $this->realLC($lc);
348 function getTransItem($lc, $idpart) { argument
352 list($link, $lang) = $this->buildTransID($lc, $idpart);