Searched refs:codePages (Results 1 – 3 of 3) sorted by relevance
29 static const UINT codePages[] = { variable
44 for (i = 0; i < SIZEOF(codePages); i++) in FillCharacterSetComboList()46 if (GetCPInfoExW(codePages[i], 0, &cpInfo)) in FillCharacterSetComboList()
194 if (codePageIdx <= 0 || codePageIdx > SIZEOF(codePages)) in GetPossibleCharacters()209 …if (!MultiByteToWideChar(codePages[codePageIdx - 1], 0, multiByteString, sizeof(multiByteString), … in GetPossibleCharacters()