Home | History | Annotate | Download | only in cintltst

Lines Matching full:primary

1096 getSingleCEValue(char *primary, char *secondary, char *tertiary,
1104 char *primend = primary+4;
1111 if (uprv_strlen(primary) > 4) {
1126 primvalue = (*primary!='\0')?uprv_strtoul(primary, &primend, 16):0;
1163 char primary[100];
1178 primarycount = readElement(&pStartCP, primary, ',', status);
1183 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1192 value |= ((hex2num(*(primary + 4 * CEi)) & 0xF) << 28);
1193 value |= ((hex2num(*(primary + 4 * CEi + 1)) & 0xF) << 24);
1197 value |= ((hex2num(*(primary + 4 * CEi + 2)) & 0xF) << 20);
1198 value |= ((hex2num(*(primary + 4 * CEi + 3)) &0xF) << 16);
1541 uint32_t primary, p1, p2, secondary, tertiary;
1565 primary = UCOL_PRIMARYORDER(ce);
1566 p1 = primary >> 8;
1567 p2 = primary & 0xFF;
1578 log_err("Primary 00 xx in %08lX\n", (long)ce);
1584 /* Primary first bytes F0..FF are specials. */
1585 log_err("Primary first byte of %08lX out of range\n", (long)ce);
1592 /* Primary second bytes 03 and FF are sort key compression terminators. */
1593 log_err("Primary second byte of %08lX out of range\n", (long)ce);
1600 if (primary != 0) {
1601 log_err("Primary!=0 secondary==0 in %08lX\n", (long)ce);
1617 log_err("Primary!=0 or secondary!=0 but tertiary==0 in %08lX\n", (long)ce);
1630 if (primaryDone && primary != 0) {
1631 log_err("Primary was done but continues in %08lX\n", (long)ce);
1636 log_err("Primary 00 xx in %08lX\n", (long)ce);
1642 log_err("Primary first byte of %08lX out of range\n", (long)ce);
1649 log_err("Primary second byte of %08lX out of range\n", (long)ce);