Lines Matching full:compose
493 // Called by the compose() and makeFCD() implementations.
771 // c is a Jamo V/T, see if we can compose it with the previous character.
773 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
907 Normalizer2Impl::compose(const UChar *src, const UChar *limit,
1012 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
1033 // compatibility variant of a T. We need to either fully compose that
1043 // compose with previous Hangul LV that does not contain a Jamo T.
1052 // The Jamo V/T did not compose into a Hangul syllable.
1163 // Very similar to compose(): Make the same changes in both places if relevant.
1293 compose(middleStart, middleStart+middle.length(), onlyContiguous,
1302 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode);
1522 // Similar to the prevBoundary in the compose() implementation.