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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c418 int combcharcnt = 0; local
523 if (combcharcnt > 1) {
524 priortysort(ucsp - combcharcnt, combcharcnt);
526 combcharcnt = 0;
535 combcharcnt += count - 1;
560 ++combcharcnt; /* start tracking a run */
561 } else if (combcharcnt) {
562 if (combcharcnt > 1) {
563 priortysort(ucsp - combcharcnt, combcharcn
[all...]

Completed in 19 milliseconds