Home
last modified time | relevance | path

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

/external/eigen/bench/btl/generic_bench/
Dbtl.hh69 int lspaces, rspaces, len = length(), i; in trim() local
70 lspaces = rspaces = 0; in trim()
76 … for(i=len-1; i>=0 && (at(i)==' '||at(i)=='\t'||at(i)=='\r'||at(i)=='\n'); rspaces++,i--); in trim()
78 *this = substr(lspaces, len-lspaces-rspaces); in trim()