Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEs

74 * Takes two CEs (lead and continuation) and
75 * compares them as CEs should be compared:
671 /* Here we have to pack CEs from parts */
692 tok->CEs[CEi] = value;
697 tok->CEs[0] = 0;
705 if(tok->CEs[0] != 0) { // case bits should be set only for non-ignorables
706 tok->CEs[0] &= 0xFFFFFF3F; // Clean the case bits field
712 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
716 tok->CEs[0] |= (caseCE & 0xC0);
723 fprintf(stderr, "%08X ", tok->CEs[i]);
863 tok->expCEs[tok->noOfExpCEs + j] = expt->CEs[j];
866 // Smart people never try to add codepoints and CEs.
878 /* then pick CEs out until there is no more and stuff them into expansion */
900 /* copy CEs */
902 el.CEs[i] = tok->CEs[i];
905 el.CEs[i+tok->noOfCEs] = tok->expCEs[i];
946 fprintf(stderr, "Adding: %04X with %08X\n", el.cPoints[0], el.CEs[0]);
981 el.CEs[0] = 0;
1030 // special, not the resolved CEs) - for hangul, copying resolved
1040 el.CEs[el.noOfCEs++] = CE;
1052 el.CEs[el.noOfCEs++] = CE;
1080 o Find all character strings with CEs between the baseCE and the
1092 o Allocate CEs for each token in the list, based on the total number N of the
1117 /* now we need to generate the CEs */
1135 src->opts->variableTopValue = (*(src->varTop->CEs))>>16;
1159 /* After this, we have assigned CE values to all regular CEs */
1163 /* now we need to generate the CEs */
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) {