Lines Matching defs:count
40 * char tokenStrings[]; -- padded to even count
65 * char groupStrings[]; -- padded to 4-count
92 * uint8_t algRangeData[]; -- padded to 4-count except in last range
105 * algRange.algorithmVariant is the count of modulo factors
180 int16_t count;
273 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count);
505 /* count the letters in the token range */
535 * get their weight reduced by their count
540 words[i].weight-=words[i].count;
964 word->count=0;
977 ++word->count;
981 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count) {
992 while(count>0 && lengths[count-1]==0) {
993 --count;
995 if(count==0) {
999 /* there will be (count-1) separator characters */
1000 i=count;
1001 length=count-1;
1013 for(i=0; i<count; ++i) {