Home | History | Annotate | Download | only in text

Lines Matching refs:isASCIISpace

1155     while (leadingSpacesLength < length && isASCIISpace(data[leadingSpacesLength]))