Home | History | Annotate | Download | only in i18n

Lines Matching refs:U_DEBUG_TZ_MSG

62 // must use double parens, i.e.:  U_DEBUG_TZ_MSG(("four is: %d",4));
63 #define U_DEBUG_TZ_MSG(x) {debug_tz_loc(__FILE__,__LINE__);debug_tz_msg x;}
65 #define U_DEBUG_TZ_MSG(x)
175 U_DEBUG_TZ_MSG(("fisa: Looking for %s, between %d and %d\n", U_DEBUG_TZ_STR(UnicodeString(id).getTerminatedBuffer()), start, limit));
187 U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit));
191 U_DEBUG_TZ_MSG(("fisa: found at %d\n", mid));
199 U_DEBUG_TZ_MSG(("fisa: not found\n"));
223 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
225 U_DEBUG_TZ_MSG(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getPath(tmp), u_errorName(status)));
227 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
242 U_DEBUG_TZ_MSG(("loadRule(%s)\n", key));
244 U_DEBUG_TZ_MSG(("loadRule(%s) -> kRULES [%s]\n", key, u_errorName(status)));
246 U_DEBUG_TZ_MSG(("loadRule(%s) -> item [%s]\n", key, u_errorName(status)));
267 U_DEBUG_TZ_MSG(("pre: res sz=%d\n", ures_getSize(&res)));
271 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
274 U_DEBUG_TZ_MSG(("getInt: %s - type is %d\n", u_errorName(ec), ures_getType(&res)));
278 U_DEBUG_TZ_MSG(("alias to #%d (%s) - %s\n", deref, "??", u_errorName(ec)));
280 U_DEBUG_TZ_MSG(("not an alias - size %d\n", ures_getSize(&res)));
282 U_DEBUG_TZ_MSG(("%s - final status is %s\n", buf, u_errorName(ec)));
398 U_DEBUG_TZ_MSG(("failed to load system time zone with id - falling to custom"));
402 U_DEBUG_TZ_MSG(("failed to load time zone with id - falling to Etc/Unknown(GMT)"));
427 U_DEBUG_TZ_MSG(("pre-err=%s\n", u_errorName(ec)));
429 U_DEBUG_TZ_MSG(("post-err=%s\n", u_errorName(ec)));
433 U_DEBUG_TZ_MSG(("cstz: olson time zone failed to initialize - err %s\n", u_errorName(ec)));
439 U_DEBUG_TZ_MSG(("cstz: failed to create, err %s\n", u_errorName(ec)));
1016 U_DEBUG_TZ_MSG(("countEquivalentIDs..\n"));
1034 U_DEBUG_TZ_MSG(("gEI(%d)\n", index));
1061 U_DEBUG_TZ_MSG(("gei(%d) -> %d, len%d, %s\n", index, zone, result.length(), u_errorName(ec)));
1068 U_DEBUG_TZ_MSG(("equiv [__, #%d] -> 0 (%s)\n", index, u_errorName(ec)));