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

/external/chromium_org/third_party/icu/source/common/
H A Ducat.c16 /* Separator between set_num and msg_num */
19 /* Maximum length of a set_num/msg_num key, incl. terminating zero.
24 * Fill in buffer with a set_num/msg_num key string, given the numeric
29 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { argument
33 T_CString_integerToString(buffer+i, msg_num, 10);
48 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, argument
60 _catkey(key, set_num, msg_num),
/external/icu/icu4c/source/common/
H A Ducat.c16 /* Separator between set_num and msg_num */
19 /* Maximum length of a set_num/msg_num key, incl. terminating zero.
24 * Fill in buffer with a set_num/msg_num key string, given the numeric
29 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { argument
33 T_CString_integerToString(buffer+i, msg_num, 10);
48 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, argument
60 _catkey(key, set_num, msg_num),
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducat.h29 * <set_num>%<msg_num> where set_num is the set number and msg_num is
126 * @param msg_num the message catalog message number within the
130 * specified by the set_num and msg_num is not found. It must be
138 * the set_num/msg_num tuple does not specify a valid message string
151 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num,
/external/icu/icu4c/source/common/unicode/
H A Ducat.h29 * <set_num>%<msg_num> where set_num is the set number and msg_num is
126 * @param msg_num the message catalog message number within the
130 * specified by the set_num and msg_num is not found. It must be
138 * the set_num/msg_num tuple does not specify a valid message string
151 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c42 /* set_num, msg_num, expected string result, expected error code */
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
88 set_num, msg_num, str, len, err);
/external/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c42 /* set_num, msg_num, expected string result, expected error code */
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
88 set_num, msg_num, str, len, err);

Completed in 121 milliseconds