Lines Matching defs:icu_status
43 int icu_status = 0;
44 void *fmt = g_icu_opt_func.unum_open(1, NULL, -1, icu_locale_name, NULL, &icu_status);
45 /* icu_status is the error code from icu methods, positive error code means errors
48 if (icu_status > 0) {
74 int icu_status = 0;
75 g_icu_opt_func.u_str_from_utf8(des, des_size, NULL, src, -1, &icu_status);
76 if (icu_status > 0) {
91 int32_t icu_status = 0;
92 double res = g_icu_opt_func.unum_parse_double(fmt, ustr, -1, parse_pos, &icu_status);
93 if (icu_status > 0) {