Searched refs:mPos (Results 1 – 1 of 1) sorted by relevance
33 private int mPos; field in KXmlSerializer53 if (mPos >= BUFFER_LEN) { in append()56 mText[mPos++] = c; in append()61 if (mPos == BUFFER_LEN) { in append()64 int batch = BUFFER_LEN - mPos; in append()68 str.getChars(i, i + batch, mText, mPos); in append()71 mPos += batch; in append()78 if (mPos == BUFFER_LEN) { in appendSpace()81 int batch = BUFFER_LEN - mPos; in appendSpace()85 Arrays.fill(mText, mPos, mPos + batch, ' '); in appendSpace()[all …]