Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dlcformat.c1195 #define NF_ISREAL 0x2 /* '.' found */ macro
1262 if (dwState & NF_ISREAL) in GetNumberFormatW()
1273 if (dwState & NF_ISREAL) in GetNumberFormatW()
1275 dwState |= NF_ISREAL; in GetNumberFormatW()
1307 if (dwState & NF_ISREAL) in GetNumberFormatW()
1344 if (dwState & NF_ISREAL) in GetNumberFormatW()
1659 if (dwState & NF_ISREAL) in GetCurrencyFormatW()
1670 if (dwState & NF_ISREAL) in GetCurrencyFormatW()
1672 dwState |= NF_ISREAL; in GetCurrencyFormatW()
1718 if (dwState & NF_ISREAL) in GetCurrencyFormatW()
[all …]