Searched refs:wch (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dsortkey.c58 WCHAR wch = dummy[i]; local
65 if ((flags & NORM_IGNORESYMBOLS) && (get_char_typeW(wch) & (C1_PUNCT | C1_SPACE)))
68 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
70 ce = collation_table[collation_table[wch >> 8] + (wch & 0xff)];
78 if (wch >> 8) key_len[3]++;
85 if (wch >> 8) key_len[0]++;
86 if (wch & 0xff) key_len[0]++;
116 WCHAR wch local
[all...]
H A Dwctomb.c80 /* check if 'ch' is an acceptable sbcs mapping for 'wch' */
82 WCHAR wch, unsigned char ch )
85 return (table->cp2uni[ch] == wch);
103 WCHAR wch = *src; local
134 ch = uni2cp_low[uni2cp_high[wch >> 8] + (wch & 0xff)];
135 *used = !is_valid_sbcs_mapping( table, flags, wch, ch );
228 WCHAR wch = *src; local
258 *dst = uni2cp_low[uni2cp_high[wch >> 8] + (wch
81 is_valid_sbcs_mapping( const struct sbcs_table *table, int flags, WCHAR wch, unsigned char ch ) argument
274 is_valid_dbcs_mapping( const struct dbcs_table *table, int flags, WCHAR wch, unsigned short ch ) argument
316 WCHAR wch = *src; local
402 WCHAR wch = *src; local
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp172 WCHAR wch; local
173 while ((wch = *pwszOrgCmdLine) == L' ' || wch == L'\t')
175 if (wch == L'"')
178 while ((wch = *pwszOrgCmdLine) != L'\0')
181 if (wch == L'"')
187 while ((wch = *pwszOrgCmdLine) != L'\0')
190 if (wch == L' ' || wch == L'\t')
194 while ((wch
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyxpt_info.cpp155 v = PyObject_FromNSString((PRUnichar *)&c->value.wch, 1);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxmllite.idl278 HRESULT WriteCharEntity([in] WCHAR wch);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h448 PRUint16 wch; member in union:XPTConstValue
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_struct.c719 ok = XPT_Do16(cursor, &cd->value.wch);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c901 fprintf(stdout, "%c", cd->value.wch & 0xff);

Completed in 50 milliseconds