Lines Matching refs:edits
139 ByteSink &sink, Edits *edits) { in appendCodePointDelta() argument
162 if (edits != nullptr) { in appendCodePointDelta()
163 edits->addReplace(cpLength, length); in appendCodePointDelta()
1736 ByteSink *sink, Edits *edits, UErrorCode &errorCode) const { in composeUTF8() argument
1751 *sink, options, edits, errorCode); in composeUTF8()
1785 *sink, options, edits, errorCode)) { in composeUTF8()
1788 appendCodePointDelta(prevSrc, src, getAlgorithmicDelta(norm16), *sink, edits); in composeUTF8()
1798 *sink, options, edits, errorCode)) { in composeUTF8()
1804 *sink, edits, errorCode)) { in composeUTF8()
1818 *sink, options, edits, errorCode)) { in composeUTF8()
1821 if (edits != nullptr) { in composeUTF8()
1822 edits->addReplace((int32_t)(src - prevSrc), 0); in composeUTF8()
1859 *sink, options, edits, errorCode)) { in composeUTF8()
1862 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
1884 *sink, options, edits, errorCode)) { in composeUTF8()
1887 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
1912 *sink, options, edits, errorCode); in composeUTF8()
1977 *sink, options, edits, errorCode)) { in composeUTF8()
1981 *sink, edits, errorCode)) { in composeUTF8()