Home
last modified time | relevance | path

Searched refs:msg_num (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducat.cpp18 /* Separator between set_num and msg_num */
21 /* Maximum length of a set_num/msg_num key, incl. terminating zero.
26 * Fill in buffer with a set_num/msg_num key string, given the numeric
31 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { in _catkey() argument
35 T_CString_integerToString(buffer+i, msg_num, 10); in _catkey()
50 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, in u_catgets() argument
62 _catkey(key, set_num, msg_num), in u_catgets()
/third_party/node/deps/icu-small/source/common/
H A Ducat.cpp18 /* Separator between set_num and msg_num */
21 /* Maximum length of a set_num/msg_num key, incl. terminating zero.
26 * Fill in buffer with a set_num/msg_num key string, given the numeric
31 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { in _catkey() argument
35 T_CString_integerToString(buffer+i, msg_num, 10); in _catkey()
50 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, in u_catgets() argument
62 _catkey(key, set_num, msg_num), in u_catgets()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducat.cpp18 /* Separator between set_num and msg_num */
21 /* Maximum length of a set_num/msg_num key, incl. terminating zero.
26 * Fill in buffer with a set_num/msg_num key string, given the numeric
31 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { in _catkey() argument
35 T_CString_integerToString(buffer+i, msg_num, 10); in _catkey()
50 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, in u_catgets() argument
62 _catkey(key, set_num, msg_num), in u_catgets()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c44 /* set_num, msg_num, expected string result, expected error code */ in TestMessageCatalog()
75 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); in TestMessageCatalog() local
85 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec); in TestMessageCatalog()
90 set_num, msg_num, str, len, err); in TestMessageCatalog()
/third_party/icu/icu4c/source/common/unicode/
H A Ducat.h31 * <set_num>%<msg_num> where set_num is the set number and msg_num is
128 * @param msg_num the message catalog message number within the
132 * specified by the set_num and msg_num is not found. It must be
140 * the set_num/msg_num tuple does not specify a valid message string
153 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num,
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducat.h31 * <set_num>%<msg_num> where set_num is the set number and msg_num is
128 * @param msg_num the message catalog message number within the
132 * specified by the set_num and msg_num is not found. It must be
140 * the set_num/msg_num tuple does not specify a valid message string
153 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducat.h31 * <set_num>%<msg_num> where set_num is the set number and msg_num is
128 * @param msg_num the message catalog message number within the
132 * specified by the set_num and msg_num is not found. It must be
140 * the set_num/msg_num tuple does not specify a valid message string
153 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num,
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c428 void print_msg(int msg_num, const char *msg);
439 void print_msg(int msg_num, const char *msg) in print_msg() argument
441 switch (msg_num) { in print_msg()

Completed in 15 milliseconds