Searched refs:lspaces (Results 1 – 2 of 2) sorted by relevance
/external/eigen/bench/btl/generic_bench/ |
D | btl.hh | 69 int lspaces, rspaces, len = length(), i; in trim() local 70 lspaces = rspaces = 0; in trim() 73 for (i=0; i<len && (at(i)==' '||at(i)=='\t'||at(i)=='\r'||at(i)=='\n'); ++lspaces,++i); in trim() 75 if ( right && lspaces < len ) in trim() 78 *this = substr(lspaces, len-lspaces-rspaces); in trim()
|
/external/svox/pico/lib/ |
D | picopr.c | 318 picoos_uchar lspaces[128]; member 2015 pr->lspaces[li++] = ' '; in pr_getOutput() 2018 pr->lspaces[li] = 0; in pr_getOutput() 2020 …PICODBG_INFO(("pp path :%s%s(", pr->lspaces, picokpr_getVarStrPtr(with__0->rnetwork,with__0->rpro… in pr_getOutput() 2023 PICODBG_INFO(("pp in (1): %s'%s'", pr->lspaces, pr->ritems[with__0->ritemid+1]->data)); in pr_getOutput() 2109 pr->lspaces[li++] = ' '; in pr_getOutput() 2111 pr->lspaces[li] = 0; in pr_getOutput() 2112 PICODBG_INFO(("pp path :%s)", pr->lspaces)); in pr_getOutput() 2124 pr->lspaces[li++] = ' '; in pr_getOutput() 2126 pr->lspaces[li] = 0; in pr_getOutput() [all …]
|