Lines Matching refs:edits
138 ByteSink &sink, Edits *edits) { in appendCodePointDelta() argument
161 if (edits != nullptr) { in appendCodePointDelta()
162 edits->addReplace(cpLength, length); in appendCodePointDelta()
1735 ByteSink *sink, Edits *edits, UErrorCode &errorCode) const { in composeUTF8() argument
1750 *sink, options, edits, errorCode); in composeUTF8()
1784 *sink, options, edits, errorCode)) { in composeUTF8()
1787 appendCodePointDelta(prevSrc, src, getAlgorithmicDelta(norm16), *sink, edits); in composeUTF8()
1797 *sink, options, edits, errorCode)) { in composeUTF8()
1803 *sink, edits, errorCode)) { in composeUTF8()
1817 *sink, options, edits, errorCode)) { in composeUTF8()
1820 if (edits != nullptr) { in composeUTF8()
1821 edits->addReplace((int32_t)(src - prevSrc), 0); in composeUTF8()
1858 *sink, options, edits, errorCode)) { in composeUTF8()
1861 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
1883 *sink, options, edits, errorCode)) { in composeUTF8()
1886 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
1911 *sink, options, edits, errorCode); in composeUTF8()
1976 *sink, options, edits, errorCode)) { in composeUTF8()
1980 *sink, edits, errorCode)) { in composeUTF8()