Lines Matching refs:UINT
59 static UINT getGrouping(const char *grouping) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 UINT g = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
83 … GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getNumberFormat()
84 …etLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getNumberFormat()
95 …aleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT)); in getNumberFormat()
110 …LocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getCurrencyFormat()
111 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat()
122 …caleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT)); in getCurrencyFormat()
123 …caleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(UINT)); in getCurrencyFormat()
295 formatInfo.currency.NumDigits = (UINT) numDigits; in format()
317 formatInfo.number.NumDigits = (UINT) numDigits; in format()