Home
last modified time | relevance | path

Searched defs:codePage (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.cpp136 TextCodecWinCE::TextCodecWinCE(UINT codePage) in TextCodecWinCE()
168 static DWORD getCodePageFlags(UINT codePage) in getCodePageFlags()
199 static void decodeInternal(Vector<UChar, 8192>& result, UINT codePage, const char* bytes, size_t le… in decodeInternal()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp245 UINT codePage = 0; local
DFontPlatformData.cpp50 FontFamilyCodePageInfo(const wchar_t* family, UINT codePage) in FontFamilyCodePageInfo()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp73 int codePage; in LookupAltName() member