Home
last modified time | relevance | path

Searched refs:cchGrouping (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dprocpage.c322 INT cchGrouping, cchResult; in SH_FormatInteger() local
340 cchGrouping = GetLocaleInfoW(LOCALE_USER_DEFAULT, in SH_FormatInteger()
346 for (i = 0; i < cchGrouping; i++) in SH_FormatInteger()
/reactos/dll/win32/shell32/dialogs/
H A Dfiledefext.cpp199 INT cchGrouping = GetLocaleInfoW(LOCALE_USER_DEFAULT, in SH_FormatInteger() local
205 for (INT i = 0; i < cchGrouping; i++) in SH_FormatInteger()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c1107 INT cchGrouping; in FormatInteger() local
1124 cchGrouping = GetLocaleInfoW(LOCALE_USER_DEFAULT, in FormatInteger()
1130 for (i = 0; i < cchGrouping; i++) in FormatInteger()