HomeSort by relevance Sort by last modified time
    Searched refs:set_num (Results 1 - 9 of 9) 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) {
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/third_party/icu/public/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/third_party/icu/source/test/cintltst/
cposxtst.c 40 /* set_num, msg_num, expected string result, expected error code */
70 int32_t set_num = T_CString_stringToInteger(DATA[i], 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 */
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/v8/src/
data-flow.cc 165 expr->set_num(next_number_++);
208 expr->set_num(next_number_++);
223 expr->set_num(next_number_++);
255 expr->set_num(next_number_++);
ast.h 217 void set_num(int n) { num_ = n; } function in class:v8::internal::Expression
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 140 for set_num, data in enumerate(datasets):
143 merged_rows.setdefault(when, {})[set_num] = datum

Completed in 154 milliseconds