Searched refs:a_unicode (Results 1 – 2 of 2) sorted by relevance
44 #define UNICODE_N_ENTRIES (sizeof (a_unicode) / sizeof (a_unicode[0]))355 if (UNICODE_N_ENTRIES <= a || a_unicode[a].val > b) { in smb_unicode_init()366 switch (a_unicode[a].ctype) { in smb_unicode_init()380 if (a_unicode[a].lower == 0xffff) { in smb_unicode_init()387 unicode[b].lower = a_unicode[a].lower; in smb_unicode_init()395 if (a_unicode[a].upper == 0xffff) { in smb_unicode_init()401 unicode[b].upper = a_unicode[a].upper; in smb_unicode_init()
43 const struct unicode_cp a_unicode[] = { variable