Searched refs:combcharcnt (Results 1 – 1 of 1) sorted by relevance
393 push(uint16_t ucs_ch, int *combcharcnt, uint16_t **ucsp) in push() argument399 ++*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() local539 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()[all …]