Home | History | Annotate | Download | only in genuca

Lines Matching refs:tertiary

124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
142 char *terend = tertiary+2;
143 if(strlen(tertiary) > 2) {
149 uint32_t tervalue = (uint32_t)((*tertiary!='\0')?strtoul(tertiary, &terend, 16):0);
263 * tertiary vs. tertiary
433 char buffer[2048], primary[100], secondary[100], tertiary[100];
448 *primary = *secondary = *tertiary = '\0';
481 } vt[] = { {"[first tertiary ignorable", consts->UCA_FIRST_TERTIARY_IGNORABLE, READCE},
482 {"[last tertiary ignorable", consts->UCA_LAST_TERTIARY_IGNORABLE, READCE},
528 element->sizeTer[0]=readElement(&pointer, tertiary, ']', status);
530 vt[cnt].what[0] = getSingleCEValue(primary, secondary, tertiary, status);
550 value |= ((hex2num(*(tertiary+2*CEi))&0x3)<<4);
551 value |= (hex2num(*(tertiary+2*CEi+1))&0xF);
653 element->sizeTer[i]=readElement(&pointer, tertiary, ']', status);
657 element->CEs[CEindex++] = getSingleCEValue(primary, secondary, tertiary, status);
678 value |= ((hex2num(*(tertiary+2*CEi))&0x3)<<4);
679 value |= (hex2num(*(tertiary+2*CEi+1))&0xF);