Home | History | Annotate | Download | only in i18n

Lines Matching refs:noOfCEs

696         tok->noOfCEs = 1;
699 tok->noOfCEs = CEi;
722 for(i = 0; i<tok->noOfCEs; i++) {
861 uint32_t noOfCEsToCopy = expt->noOfCEs;
899 el.noOfCEs = tok->noOfCEs + tok->noOfExpCEs;
901 for(i = 0; i<tok->noOfCEs; i++) {
905 el.CEs[i+tok->noOfCEs] = tok->expCEs[i];
980 el.noOfCEs = 1;
1024 el.noOfCEs = 0;
1040 el.CEs[el.noOfCEs++] = CE;
1052 el.CEs[el.noOfCEs++] = CE;
1213 elm.noOfCEs = 0;
1235 el.noOfCEs = 0;
1252 el.noOfCEs = 0;
1264 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status))
1276 (int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
1281 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
1282 el.noOfCEs++;