Home | History | Annotate | Download | only in i18n

Lines Matching refs:colEl

1616     UCollationElements* colEl;
1630 UCollationElements* colEl = ((enumStruct *)context)->colEl;
1691 ucol_setText(colEl, decomp, noOfDec, status);
1692 while((el.CEs[el.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1751 UCollationElements* colEl,
1776 ucol_setText(colEl, decomp, decLen, status);
1777 while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1788 UCollationElements* colEl,
1837 ucol_setText(colEl, newDecomp, newDecLen, status);
1838 while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1858 UCollationElements* colEl,
1935 ucol_setText(colEl, decomp, decompLen, status);
1936 while((element.CEs[element.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) {
1947 uprv_uca_addFCD4AccentedContractions(t, colEl, comp, len, &element, status);
1955 uprv_uca_addMultiCMContractions(t, colEl, &c, &element, status);
2007 UCollationElements* colEl = ucol_openElements(tempColl, NULL, 0, status);
2014 context.colEl = colEl;
2019 ucol_closeElements(colEl);
2059 uprv_uca_addTailCanonicalClosures(t, colEl, baseChar, firstCM, &el, status);
2064 ucol_closeElements(colEl);