OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_num
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/icu/source/common/
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
) {
33
T_CString_integerToString(buffer+i,
msg_num
, 10);
48
u_catgets(u_nl_catd catd, int32_t set_num, int32_t
msg_num
,
60
_catkey(key, set_num,
msg_num
),
/external/icu4c/common/
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
) {
33
T_CString_integerToString(buffer+i,
msg_num
, 10);
48
u_catgets(u_nl_catd catd, int32_t set_num, int32_t
msg_num
,
60
_catkey(key, set_num,
msg_num
),
/external/chromium/third_party/icu/source/test/cintltst/
cposxtst.c
40
/* set_num,
msg_num
, expected string result, expected error code */
71
int32_t
msg_num
= T_CString_stringToInteger(DATA[i+1], 10);
local
81
ustr = u_catgets(catd, set_num,
msg_num
, FAIL, &len, &ec);
86
set_num,
msg_num
, str, len, err);
/external/icu4c/test/cintltst/
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/chromium/third_party/icu/public/common/unicode/
ucat.h
29
* <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/icu4c/common/unicode/
ucat.h
29
* <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
,
Completed in 371 milliseconds