projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libwine_unicode: Define all functions in the library even if they can be inlined.
[wine]
/
libs
/
unicode
/
wine_unicode.map
1
WINE_1.0
2
{
3
global:
4
atoiW;
5
atolW;
6
get_char_typeW;
7
is_dbcs_leadbyte;
8
isalnumW;
9
isalphaW;
10
iscntrlW;
11
isdigitW;
12
isgraphW;
13
islowerW;
14
isprintW;
15
ispunctW;
16
isspaceW;
17
isupperW;
18
isxdigitW;
19
memchrW;
20
memicmpW;
21
memrchrW;
22
snprintfW;
23
sprintfW;
24
strcatW;
25
strchrW;
26
strcmpW;
27
strcmpiW;
28
strcpyW;
29
strcspnW;
30
strlenW;
31
strlwrW;
32
strncmpW;
33
strncmpiW;
34
strpbrkW;
35
strrchrW;
36
strspnW;
37
strstrW;
38
strtolW;
39
strtoulW;
40
struprW;
41
tolowerW;
42
toupperW;
43
vsnprintfW;
44
vsprintfW;
45
wine_casemap_lower;
46
wine_casemap_upper;
47
wine_compare_string;
48
wine_cp_enum_table;
49
wine_cp_get_table;
50
wine_cp_mbstowcs;
51
wine_cp_wcstombs;
52
wine_cpsymbol_mbstowcs;
53
wine_cpsymbol_wcstombs;
54
wine_fold_string;
55
wine_get_sortkey;
56
wine_utf8_mbstowcs;
57
wine_utf8_wcstombs;
58
wine_wctype_table;
59
60
local: *;
61
};