Searched defs:wch (Results 1 - 5 of 5) sorted by relevance

/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/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/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h448 PRUint16 wch; member in union:XPTConstValue
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c2484 TRIO_ARGS4((self, wch, flags, width),
2486 trio_wchar_t wch,
2499 size = wctomb(buffer, wch);
5664 trio_wchar_t wch; local
5698 size = mbtowc(&wch, buffer, sizeof(buffer));
5700 target[i] = wch;
2483 TrioWriteWideStringCharacter(self, wch, flags, width), trio_class_t *self, trio_wchar_t wch, trio_flags_t flags, int width argument

Completed in 61 milliseconds