MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2UnloadAllNls

Function Ext2UnloadAllNls

Ext4Fsd/nls.c:180–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180VOID
181Ext2UnloadAllNls()
182{
183
184#ifdef FULL_CODEPAGES_SUPPORT
185
186 UNLOAD_NLS(init_nls_ascii);
187 UNLOAD_NLS(init_nls_cp1250);
188 UNLOAD_NLS(exit_nls_cp1251);
189 UNLOAD_NLS(exit_nls_cp1255);
190 UNLOAD_NLS(exit_nls_cp437);
191 UNLOAD_NLS(exit_nls_cp737);
192 UNLOAD_NLS(exit_nls_cp775);
193 UNLOAD_NLS(exit_nls_cp850);
194 UNLOAD_NLS(exit_nls_cp852);
195 UNLOAD_NLS(exit_nls_cp855);
196 UNLOAD_NLS(exit_nls_cp857);
197 UNLOAD_NLS(exit_nls_cp860);
198 UNLOAD_NLS(exit_nls_cp861);
199 UNLOAD_NLS(exit_nls_cp862);
200 UNLOAD_NLS(exit_nls_cp863);
201 UNLOAD_NLS(exit_nls_cp864);
202 UNLOAD_NLS(exit_nls_cp865);
203 UNLOAD_NLS(exit_nls_cp866);
204 UNLOAD_NLS(exit_nls_cp869);
205 UNLOAD_NLS(exit_nls_cp874);
206 UNLOAD_NLS(exit_nls_euc_jp);
207 UNLOAD_NLS(exit_nls_cp932);
208 UNLOAD_NLS(exit_nls_cp949);
209 UNLOAD_NLS(exit_nls_iso8859_1);
210 UNLOAD_NLS(exit_nls_iso8859_13);
211 UNLOAD_NLS(exit_nls_iso8859_14);
212 UNLOAD_NLS(exit_nls_iso8859_15);
213 UNLOAD_NLS(exit_nls_iso8859_2);
214 UNLOAD_NLS(exit_nls_iso8859_3);
215 UNLOAD_NLS(exit_nls_iso8859_4);
216 UNLOAD_NLS(exit_nls_iso8859_5);
217 UNLOAD_NLS(exit_nls_iso8859_6);
218 UNLOAD_NLS(exit_nls_iso8859_7);
219 UNLOAD_NLS(exit_nls_iso8859_9);
220 UNLOAD_NLS(exit_nls_koi8_ru);
221 UNLOAD_NLS(exit_nls_koi8_r);
222 UNLOAD_NLS(exit_nls_koi8_u);
223
224 /* unloading chinese codepages */
225 UNLOAD_NLS(exit_nls_cp950);
226 UNLOAD_NLS(exit_nls_cp936);
227
228#endif //FULL_CODEPAGES_SUPPORT
229
230 /* unloading nls of utf8 */
231 UNLOAD_NLS(exit_nls_utf8);
232}

Callers 1

DriverUnloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected