Home | History | Annotate | Download | only in gennorm2

Lines Matching refs:starter

345                     "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
446 "U+%04lX's round-trip mapping's starter "
458 "U+%04lX's round-trip mapping's starter "
469 "U+%04lX's round-trip mapping's non-starter "
486 "U+%04lX's round-trip mapping's non-starter "
538 ++i; // after the last starter or prevCC<=cc
594 return TRUE; // no starter
596 UChar32 starter=buffer.charAt(lastStarterIndex);
597 if( Hangul::isJamoL(starter) ||
598 (Hangul::isJamoV(starter) &&
606 const Norm *starterNorm=&getNormRef(starter);
608 return FALSE; // the last starter does not combine forward
613 uint8_t cc=buffer.ccAt(combMarkIndex); // !=0 because after last starter
618 (starter=combine(*starterNorm, buffer.charAt(combMarkIndex)))>=0
620 buffer.setComposite(starter, combMarkIndex);
621 starterNorm=&getNormRef(starter);
630 // TRUE if the final, forward-combining starter is at the end.