Home
last modified time | relevance | path

Searched refs:startNonWhitespace (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java1154 int startNonWhitespace = currPos; in sendNormalizedSAXcharacters() local
1163 if (startNonWhitespace != currPos) { in sendNormalizedSAXcharacters()
1168 handler.characters(ch, startNonWhitespace, in sendNormalizedSAXcharacters()
1169 currPos - startNonWhitespace); in sendNormalizedSAXcharacters()