Lines Matching refs:noOfCEs
706 tok->noOfCEs = 1;
709 tok->noOfCEs = CEi;
732 for(i = 0; i<tok->noOfCEs; i++) {
875 uint32_t noOfCEsToCopy = expt->noOfCEs;
913 el.noOfCEs = tok->noOfCEs + tok->noOfExpCEs;
915 for(i = 0; i<tok->noOfCEs; i++) {
919 el.CEs[i+tok->noOfCEs] = tok->expCEs[i];
994 el.noOfCEs = 1;
1038 el.noOfCEs = 0;
1054 el.CEs[el.noOfCEs++] = CE;
1066 el.CEs[el.noOfCEs++] = CE;
1238 elm.noOfCEs = 0;
1260 el.noOfCEs = 0;
1271 el.noOfCEs = 0;
1283 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status))
1295 (int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
1300 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) {
1301 el.noOfCEs++;