Home | History | Annotate | Download | only in lib

Lines Matching defs:utf16

1251   unsigned short utf16[256];
1332 unsigned short c = uenc->utf16[(unsigned char)**fromP];
1365 e->utf16[i] = 0xFFFF;
1374 e->utf16[i] = 0;
1384 e->utf16[i] = (unsigned short)(c == 0 ? 0xFFFF : c);
1389 e->utf16[i] = 0xFFFF;
1403 e->utf16[i] = (unsigned short)c;