Lines Matching defs:code
55 * Different strings for a code point - normal name, 1.0 name, and ISO comment -
60 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5
100 * the algRangeData (zero-terminated), followed by the Unicode code point
104 * 1 Names are formed by calculating modulo-factors of the code point value as follows:
111 * The rangeStart is subtracted; with the difference, here "code":
113 * index[i]=code%factor[i];
114 * code/=factor[i];
173 uint32_t code;
273 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count);
408 char c=0; /* initialize to avoid a compiler warning although the code was safe */
645 inLine=line->code;
883 groupWords[0]=(uint16_t)lines[i].code;
981 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count) {
1025 line->code=code;
1055 line->code=groupMSB;