Home | History | Annotate | Download | only in i18n

Lines Matching full:primary

1150         /* unfortunately, it looks like we have to look for a long primary here */
1154 /* A long primary is a three byte primary with starting secondaries and tertiaries */
1155 /* It can appear in long runs of only primary differences (like east Asian tailorings) */
1170 fprintf(stdout, "Long primary %04X\n", element->cPoints[0]);
1172 element->mapCE = UCOL_SPECIAL_FLAG | (LONG_PRIMARY_TAG<<24) // a long primary special
1173 | ((element->CEs[0]>>8) & 0xFFFF00) // first and second byte of primary
1174 | ((element->CEs[1]>>24) & 0xFF); // third byte of primary
1716 element->mapCE = UCOL_SPECIAL_FLAG | (LONG_PRIMARY_TAG<<24) // a long primary special
1717 | ((element->CEs[0]>>8) & 0xFFFF00) // first and second byte of primary
1718 | ((element->CEs[1]>>24) & 0xFF); // third byte of primary