Home
last modified time | relevance | path

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

/external/eigen/bench/btl/generic_bench/
Dbtl.hh74 int lspaces, rspaces, len = length(), i; in trim() local
75 lspaces = rspaces = 0; in trim()
81 … for(i=len-1; i>=0 && (at(i)==' '||at(i)=='\t'||at(i)=='\r'||at(i)=='\n'); rspaces++,i--); in trim()
83 *this = substr(lspaces, len-lspaces-rspaces); in trim()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js2575 rspaces = / /g, variable
3744 …rn (type && type !== "*" ? type + "." : "") + selector.replace(rperiod, "`").replace(rspaces, "&");