Home | History | Annotate | Download | only in cintltst

Lines Matching defs:secondary

1096 getSingleCEValue(char *primary, char *secondary, char *tertiary,
1105 char *secend = secondary+2;
1116 if (uprv_strlen(secondary) > 2) {
1127 secvalue = (*secondary!='\0')?uprv_strtoul(secondary, &secend, 16):0;
1164 char secondary[100];
1179 secondarycount = readElement(&pStartCP, secondary, ',', status);
1183 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1202 value |= ((hex2num(*(secondary + 2 * CEi)) & 0xF) << 12);
1203 value |= ((hex2num(*(secondary + 2 * CEi + 1)) & 0xF) << 8);
1541 uint32_t primary, p1, p2, secondary, tertiary;
1568 secondary = UCOL_SECONDARYORDER(ce);
1599 if (secondary == 0) {
1601 log_err("Primary!=0 secondary==0 in %08lX\n", (long)ce);
1606 if (secondary <= 2 ||
1607 (UCOL_BYTE_COMMON < secondary && secondary <= (UCOL_BYTE_COMMON + 0x80))
1609 /* Secondary first bytes common+1..+0x80 are used for sort key compression. */
1610 log_err("Secondary byte of %08lX out of range\n", (long)ce);
1617 log_err("Primary!=0 or secondary!=0 but tertiary==0 in %08lX\n", (long)ce);
1654 if (secondaryDone && secondary != 0) {
1655 log_err("Secondary was done but continues in %08lX\n", (long)ce);
1658 if (secondary == 0) {
1661 if (secondary <= 2) {
1662 log_err("Secondary byte of %08lX out of range\n", (long)ce);