Home | History | Annotate | Download | only in aapt

Lines Matching refs:isspace

187     while (len > 0 && isspace(*str)) {
191 while (len > 0 && isspace(str[len-1])) {