Home
last modified time | relevance | path

Searched refs:mime2utf (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msi/
H A Dtable.c167 static int mime2utf(int x) in mime2utf() function
190 ch = mime2utf(ch-0x4800); in decode_streamname()
194 *out++ = mime2utf(ch&0x3f); in decode_streamname()
196 ch = mime2utf((ch>>6)&0x3f); in decode_streamname()