OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpCodePages
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp
120
DWORD
acpCodePages
= 0;
121
langFontLink->CodePageToCodePages(CP_ACP, &
acpCodePages
);
126
langFontLink->GetStrCodePages(characters, length,
acpCodePages
, &actualCodePages, &numCharactersProcessed);
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp
88
DWORD
acpCodePages
;
89
langFontLink->CodePageToCodePages(CP_ACP, &
acpCodePages
);
98
langFontLink->GetStrCodePages(characters, length,
acpCodePages
, &actualCodePages, &numCharactersProcessed);
/external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp
162
DWORD
acpCodePages
;
163
langFontLink->CodePageToCodePages(CP_ACP, &
acpCodePages
);
172
langFontLink->GetStrCodePages(characters, length,
acpCodePages
, &actualCodePages, &numCharactersProcessed);
Completed in 28 milliseconds