Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c111 static ac_uint2 propcnt[NEEDPROPS]; variable
1334 propcnt[i] = (proptbl[i].used != 0) ? idx : 0xffff; in write_cdata()
1342 propcnt[i] = idx; in write_cdata()
1382 fprintf(out, "0x%04x", propcnt[i]); in write_cdata()
1415 fwrite((char *) propcnt, sizeof(ac_uint2), nprops, out); in write_cdata()

Completed in 8 milliseconds