Searched defs:set_num (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c42 /* set_num, msg_num, expected string result, expected error code */
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 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 */
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10); local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
88 set_num, msg_num, str, len, err);
/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
31 i = T_CString_integerToString(buffer, set_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
31 i = T_CString_integerToString(buffer, set_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),

Completed in 2128 milliseconds