Home
last modified time | relevance | path

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

/reactos/base/applications/charmap/
H A Dprecomp.h29 static const UINT codePages[] = { variable
H A Dcharmap.c44 for (i = 0; i < SIZEOF(codePages); i++) in FillCharacterSetComboList()
46 if (GetCPInfoExW(codePages[i], 0, &cpInfo)) in FillCharacterSetComboList()
H A Dmap.c194 if (codePageIdx <= 0 || codePageIdx > SIZEOF(codePages)) in GetPossibleCharacters()
209 …if (!MultiByteToWideChar(codePages[codePageIdx - 1], 0, multiByteString, sizeof(multiByteString), … in GetPossibleCharacters()