Lines Matching defs:ucspage
60 * ucspage The unicode page is used to convert OEM characters
62 * for the value field of ucspage to store the table.
69 oempage_t ucspage;
190 oempage_t *ucspage;
197 if ((ucspage = oem_get_ucspage(cpid)) == NULL)
200 while (nbytes != 0 && (oemchar = ucspage->value[*ucs]) != 0) {
302 return (&oemcpg_table[cpid].ucspage);
361 oemcpg->ucspage.value =
363 if (oemcpg->ucspage.value == NULL) {
371 oemcpg->ucspage.value[default_oem_cp[i]] = (smb_wchar_t)i;