Home | History | Annotate | Download | only in genuca

Lines Matching defs:theValue

436     unsigned int theValue;
511 if(sscanf(buffer+vtLen, "%4x", &theValue) != 1) /* read first code point */
515 *(vt[cnt].what) = (UChar)theValue;
519 //consts->UCA_NEXT_TOP_VALUE = theValue<<24 | 0x030303;
570 //element->cPoints[0] = (UChar)theValue;
597 if(sscanf(buffer, "%4x", &theValue) != 1) /* read first code point */
601 element->cPoints[0] = (UChar)theValue;
610 element->prefixChars[0] = (UChar)theValue;
613 sscanf(dashPointer+1, "%4x", &theValue);
614 element->cPoints[0] = (UChar)theValue;
622 sscanf(spacePointer+1, "%4x", &theValue);
623 element->cPoints[i++] = (UChar)theValue;