OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_num
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/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) {
31
i = T_CString_integerToString(buffer,
set_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) {
31
i = T_CString_integerToString(buffer,
set_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_org/third_party/icu/source/common/unicode/
ucat.h
29
* <
set_num
>%<msg_num> where
set_num
is the set number and msg_num is
123
* @param
set_num
the message catalog set number. Sets need not be
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
123
* @param
set_num
the message catalog set number. Sets need not be
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/
cposxtst.c
42
/*
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/icu4c/test/cintltst/
cposxtst.c
42
/*
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);
/packages/experimental/procstatlog/
procstatreport.py
140
for
set_num
, data in enumerate(datasets):
143
merged_rows.setdefault(when, {})[
set_num
] = datum
Completed in 1969 milliseconds