Home | History | Annotate | Download | only in common

Lines Matching full:compose

516 // Called by the compose() and makeFCD() implementations.
841 // c is a Jamo V/T, see if we can compose it with the previous character.
843 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
1026 Normalizer2Impl::compose(const UChar *src, const UChar *limit,
1131 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
1152 // compatibility variant of a T. We need to either fully compose that
1162 // compose with previous Hangul LV that does not contain a Jamo T.
1171 // The Jamo V/T did not compose into a Hangul syllable.
1282 // Very similar to compose(): Make the same changes in both places if relevant.
1412 compose(middleStart, middleStart+middle.length(), onlyContiguous,
1421 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode);
1569 // Similar to the prevBoundary in the compose() implementation.