Searched defs:wideidx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c57 static int wideidx = 0; variable
222 wideidx = 0;
352 if ((wideidx + 1) >= widesz) {
357 wideidx = 0;
363 widestr[wideidx++] = c;
364 widestr[wideidx] = 0;
371 wideidx = 0;

Completed in 55 milliseconds