Searched refs:uncommittedLength (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dtranslit.cpp564 int32_t uncommittedLength = 0; local
580 uncommittedLength += charLength;
604 text.copy(rs, rs + uncommittedLength, passStart);
622 // out the uncommittedLength.
623 rollbackStart += delta + uncommittedLength;
624 uncommittedLength = 0;

Completed in 34 milliseconds