Home | History | Annotate | Download | only in i18n

Lines Matching refs:baseCE

253     uint32_t CE = lh->baseCE;
284 uint32_t CE = lh->baseCE;
342 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
343 //if(lh->baseCE >= PRIMARY_IMPLICIT_MIN && lh->baseCE < PRIMARY_IMPLICIT_MAX ) { /* implicits - */
345 t1 = lh->baseCE;
360 //} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
362 t1 = lh->baseCE;
415 t1 = lh->baseCE;
758 fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->baseContCE);
785 CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16;
786 CEparts[UCOL_SECONDARY] = (lh->baseCE & UCOL_SECONDARYMASK) << 16 | (lh->baseContCE & UCOL_SECONDARYMASK) << 8;
787 CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseContCE)) << 16;
1071 o if previousCE(baseCE, strongestN) != some ListHeader X's baseCE,
1080 o Find all character strings with CEs between the baseCE and the
1093 largest level difference, and the gap G between baseCE and nextCE at that
1096 o Example: baseCE < a << b <<< q << c < d < e * nextCE(X,1)
1101 o Example: baseCE << b <<< q << c * nextCE(X,2)