Home | History | Annotate | Download | only in uconv

Lines Matching refs:chunkLimit

867                 int32_t chunkLimit;
870 chunkLimit = getChunkLimit(chunk, u);
871 if (chunkLimit < 0 && flush && fromSawEndOfBytes) {
873 chunkLimit = u.length();
875 if (chunkLimit >= 0) {
877 chunk.append(u, 0, chunkLimit);
878 u.remove(0, chunkLimit);