Searched refs:OTLrestartpos (Results 1 – 1 of 1) sorted by relevance
5689 public function splitOTLdata(&$cOTLdata, $OTLcutoffpos, $OTLrestartpos = '') argument5691 if (!$OTLrestartpos) {5692 $OTLrestartpos = $OTLcutoffpos;5695 $newOTLdata['group'] = substr($cOTLdata['group'], $OTLrestartpos);5700 if ($k >= $OTLrestartpos) {5701 $newOTLdata['GPOSinfo'][($k - $OTLrestartpos)] = $val;5710 $newOTLdata['char_data'] = array_slice($cOTLdata['char_data'], $OTLrestartpos);