Home | History | Annotate | Download | only in i18n

Lines Matching refs:contractions

666             // While handling a Hangul syllable, contractions starting with Jamo L or V
669 parserErrorReason = "contractions starting with conjoining Jamo L or V not supported";
679 parserErrorReason = "contractions ending with conjoining Jamo L or L+V not supported";
1166 // (Alternatively, print a warning when prefix contractions are missing.)
1170 // It also saves a little bit of space, and may reduce the set of characters with contractions.
1649 USet *contractions = uset_open(0,0);
1652 ucol_getContractionsAndExpansions(coll, contractions, NULL, FALSE, status);
1653 int32_t contsSize = uset_size(contractions);
1659 len = uset_getItem(contractions, i, NULL, NULL, buffer, internalBufferSize, status);
1671 uset_close(contractions);