Searched refs:g_dwTLSLocaleEncId (Results 1 – 1 of 1) sorted by relevance
47 static DWORD g_dwTLSLocaleEncId = (DWORD) -1; variable71 params = (struct EnumLocalesParams *) TlsGetValue( g_dwTLSLocaleEncId ); in EnumLocalesProcA()162 if( (DWORD) -1 == g_dwTLSLocaleEncId ) in osl_getTextEncodingFromLocale()169 if( (DWORD) -1 == g_dwTLSLocaleEncId ) in osl_getTextEncodingFromLocale()170 g_dwTLSLocaleEncId = TlsAlloc(); in osl_getTextEncodingFromLocale()188 TlsSetValue( g_dwTLSLocaleEncId, ¶ms ); in osl_getTextEncodingFromLocale()
Completed in 11 milliseconds