Lines Matching full:combine
711 * If the lead and trail characters combine, then this function returns
727 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
870 * a Jamo T could combine with.
878 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
879 // The starter and the combining mark (c) do combine.
952 // If c did not combine, then check if it is a starter.
956 // It may combine with something, prepare for it.
1011 if(b<0 || 0x10ffff<b) { // combine(list, b) requires a valid code point b
1015 return combine(list, b)>>1;
1017 int32_t compositeAndFwd=combine(list, b);
1187 * may combine
1472 // Hangul LV and non-inert yesYes characters combine forward.
1488 // it and its decomposition do not combine forward, and it has a starter)