OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:catd
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucat.c
43
u_catclose(u_nl_catd
catd
) {
44
ures_close((UResourceBundle*)
catd
); /* may be NULL */
48
u_catgets(u_nl_catd
catd
, int32_t set_num, int32_t msg_num,
59
result = ures_getStringByKey((const UResourceBundle*)
catd
,
/external/icu4c/test/cintltst/
cposxtst.c
38
u_nl_catd
catd
;
local
63
catd
= u_catopen(path, "mc", &ec);
81
ustr = u_catgets(
catd
, set_num, msg_num, FAIL, &len, &ec);
104
u_catclose(
catd
);
/external/icu4c/common/unicode/
ucat.h
110
* @param
catd
a message catalog descriptor to be closed. May be NULL,
116
u_catclose(u_nl_catd
catd
);
121
* @param
catd
a message catalog descriptor returned by u_catopen.
151
u_catgets(u_nl_catd
catd
, int32_t set_num, int32_t msg_num,
Completed in 35 milliseconds