Searched defs:msg_num (Results 1 - 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
H A D | cposxtst.c | 42 /* 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/icu4c/common/ |
H A D | ucat.c | 16 /* 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),
|
Completed in 117 milliseconds