Searched refs:g_FontTci (Results 1 – 1 of 1) sorted by relevance
425 static const CHARSETINFO g_FontTci[MAXTCIINDEX] = variable485 if (g_FontTci[i].ciACP == 0) in IntCharSetFromCodePage()488 if (g_FontTci[i].ciACP == uCodePage) in IntCharSetFromCodePage()489 return g_FontTci[i].ciCharset; in IntCharSetFromCodePage()1704 CharSet = g_FontTci[BitIndex].ciCharset; in IntGetCharSet()1903 if (g_FontTci[BitIndex].ciCharset == DEFAULT_CHARSET) in IntGdiLoadFontsFromMemory()1909 FontGDI->CharSet = g_FontTci[BitIndex].ciCharset; in IntGdiLoadFontsFromMemory()2730 while (Index < MAXTCIINDEX && *Src != g_FontTci[Index].ciACP) in IntTranslateCharsetInfo()2736 while (Index < MAXTCIINDEX && *Src != g_FontTci[Index].ciCharset) in IntTranslateCharsetInfo()2748 if (Index >= MAXTCIINDEX || DEFAULT_CHARSET == g_FontTci[Index].ciCharset) in IntTranslateCharsetInfo()[all …]