Lines Matching refs:SKICU_FUNC
22 SKICU_FUNC(u_errorName) \
23 SKICU_FUNC(u_hasBinaryProperty) \
24 SKICU_FUNC(u_getIntPropertyValue) \
25 SKICU_FUNC(u_iscntrl) \
26 SKICU_FUNC(u_isspace) \
27 SKICU_FUNC(u_isWhitespace) \
28 SKICU_FUNC(u_strToUpper) \
29 SKICU_FUNC(ubidi_close) \
30 SKICU_FUNC(ubidi_getDirection) \
31 SKICU_FUNC(ubidi_getLength) \
32 SKICU_FUNC(ubidi_getLevelAt) \
33 SKICU_FUNC(ubidi_openSized) \
34 SKICU_FUNC(ubidi_reorderVisual) \
35 SKICU_FUNC(ubidi_setPara) \
36 SKICU_FUNC(ubrk_close) \
37 SKICU_FUNC(ubrk_current) \
38 SKICU_FUNC(ubrk_first) \
39 SKICU_FUNC(ubrk_following) \
40 SKICU_FUNC(ubrk_getRuleStatus) \
41 SKICU_FUNC(ubrk_next) \
42 SKICU_FUNC(ubrk_open) \
43 SKICU_FUNC(ubrk_preceding) \
44 SKICU_FUNC(ubrk_setText) \
45 SKICU_FUNC(ubrk_setUText) \
46 SKICU_FUNC(uloc_getDefault) \
47 SKICU_FUNC(uscript_getScript) \
48 SKICU_FUNC(utext_close) \
49 SKICU_FUNC(utext_openUChars) \
50 SKICU_FUNC(utext_openUTF8) \
52 #define SKICU_FUNC(funcname) decltype(funcname)* f_##funcname;
61 #undef SKICU_FUNC