Home | History | Annotate | Download | only in cintltst

Lines Matching refs:secondary

1098 getSingleCEValue(char *primary, char *secondary, char *tertiary,
1107 char *secend = secondary+2;
1118 if (uprv_strlen(secondary) > 2) {
1129 secvalue = (*secondary!='\0')?uprv_strtoul(secondary, &secend, 16):0;
1166 char secondary[100];
1181 secondarycount = readElement(&pStartCP, secondary, ',', status);
1185 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1204 value |= ((hex2num(*(secondary + 2 * CEi)) & 0xF) << 12);
1205 value |= ((hex2num(*(secondary + 2 * CEi + 1)) & 0xF) << 8);
1543 uint32_t primary, p1, p2, secondary, tertiary;
1570 secondary = UCOL_SECONDARYORDER(ce);
1601 if (secondary == 0) {
1603 log_err("Primary!=0 secondary==0 in %08lX\n", (long)ce);
1608 if (secondary <= 2 ||
1609 (UCOL_BYTE_COMMON < secondary && secondary <= (UCOL_BYTE_COMMON + 0x80))
1611 /* Secondary first bytes common+1..+0x80 are used for sort key compression. */
1612 log_err("Secondary byte of %08lX out of range\n", (long)ce);
1619 log_err("Primary!=0 or secondary!=0 but tertiary==0 in %08lX\n", (long)ce);
1656 if (secondaryDone && secondary != 0) {
1657 log_err("Secondary was done but continues in %08lX\n", (long)ce);
1660 if (secondary == 0) {
1663 if (secondary <= 2) {
1664 log_err("Secondary byte of %08lX out of range\n", (long)ce);