Lines Matching refs:combcharcnt
393 push(uint16_t ucs_ch, int *combcharcnt, uint16_t **ucsp) in push() argument
399 ++*combcharcnt; /* start tracking a run */ in push()
400 } else if (*combcharcnt) { in push()
401 if (*combcharcnt > 1) { in push()
402 prioritysort(*ucsp - *combcharcnt, *combcharcnt); in push()
404 *combcharcnt = 0; /* start over */ in push()
446 int combcharcnt = 0; in utf8_decodestr() local
539 push((uint16_t)ucs_ch, &combcharcnt, &ucsp); in utf8_decodestr()
566 push(sequence[i], &combcharcnt, &ucsp); in utf8_decodestr()
591 push((u_int16_t)ucs_ch, &combcharcnt, &ucsp); in utf8_decodestr()
620 if (combcharcnt > 1) { in utf8_decodestr()
621 prioritysort(ucsp - combcharcnt, combcharcnt); in utf8_decodestr()
623 combcharcnt = 0; in utf8_decodestr()
635 if (combcharcnt > 1) { in utf8_decodestr()
636 prioritysort(ucsp - combcharcnt, combcharcnt); in utf8_decodestr()