Searched refs:startNonWhitespace (Results 1 – 1 of 1) sorted by relevance
1154 int startNonWhitespace = currPos; in sendNormalizedSAXcharacters() local1163 if (startNonWhitespace != currPos) { in sendNormalizedSAXcharacters()1168 handler.characters(ch, startNonWhitespace, in sendNormalizedSAXcharacters()1169 currPos - startNonWhitespace); in sendNormalizedSAXcharacters()