Home
last modified time | relevance | path

Searched refs:combcharcnt (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_utfconv.c393 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()
[all …]