Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.class.php435 var $_curr_expr; variable in ASCIIMathPHP
468 $this->_curr_expr = $prefix . $this->_curr_expr;
474 $this->_curr_expr = $expr;
1029 return($this->_curr_expr);
1034 $this->_curr_expr = $str;
1069 $chr_cnt = strlen($this->_curr_expr);
1074 $sym_0 = substr($this->_curr_expr,0,$i);
1092 $char = $this->_curr_expr{0};
1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1;
1108 $this->_prev_expr = $this->_curr_expr;
[all …]