Lines Matching defs:value2
1860 * If these two characters combine, then set (value, value2)
1872 uint16_t &value, uint16_t &value2) {
1897 value2=*(table+1);
1901 value2=0;
1906 value2=0;
1995 uint16_t result, value, value2;
2002 value=value2=0; /* always set by _combine() before used - avoid compiler warnings */
2109 0!=(result=_combine(combiningTable+combineFwdIndex, combineBackIndex, value, value2)) &&
2111 !nx_contains(nx, value, value2)
2119 if(value2!=0) {
2121 *(starter+1)=(UChar)value2;
2132 } else if(value2!=0) {
2141 *starter=(UChar)value2;
2166 combineFwdIndex=_getCombiningIndexFromStarter((UChar)value, (UChar)value2);