Searched refs:fmt_unsignedW (Results 1 – 2 of 2) sorted by relevance
161 static const WCHAR fmt_unsignedW[] = {'%','u',0}; in get_value_bstr() local201 swprintf( number, fmt_unsignedW, val ); in get_value_bstr()
283 static const WCHAR fmt_unsignedW[] = {'%','u',0}; in format_int() local298 swprintf( buf, fmt_unsignedW, val ); in format_int()