Searched refs:rspaces (Results 1 – 1 of 1) sorted by relevance
69 int lspaces, rspaces, len = length(), i; in trim() local70 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()