OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_DEBUG_TZ_MSG
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
timezone.cpp
59
// must use double parens, i.e.:
U_DEBUG_TZ_MSG
(("four is: %d",4));
60
#define
U_DEBUG_TZ_MSG
(x) {debug_tz_loc(__FILE__,__LINE__);debug_tz_msg x;}
62
#define
U_DEBUG_TZ_MSG
(x)
170
U_DEBUG_TZ_MSG
(("OZC%d\n",OLSON_ZONE_COUNT));
205
U_DEBUG_TZ_MSG
(("fisa: Looking for %s, between %d and %d\n", U_DEBUG_TZ_STR(UnicodeString(id).getTerminatedBuffer()), start, limit));
217
U_DEBUG_TZ_MSG
(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit));
221
U_DEBUG_TZ_MSG
(("fisa: found at %d\n", mid));
229
U_DEBUG_TZ_MSG
(("fisa: not found\n"));
253
U_DEBUG_TZ_MSG
(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
255
U_DEBUG_TZ_MSG
(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_ (…)
[
all
...]
olsontz.cpp
41
// must use double parens, i.e.:
U_DEBUG_TZ_MSG
(("four is: %d",4));
42
#define
U_DEBUG_TZ_MSG
(x) {debug_tz_loc(__FILE__,__LINE__);debug_tz_msg x;}
44
#define
U_DEBUG_TZ_MSG
(x)
88
U_DEBUG_TZ_MSG
(("OlsonTimeZone(%s)\n", ures_getKey((UResourceBundle*)res)));
135
U_DEBUG_TZ_MSG
(("OlsonTimeZone(%s) - size = %d, typecount %d transitioncount %d - err %s\n", ures_getKey((UResourceBundle*)res), size, typeCount, transitionCount, u_errorName(ec)));
144
U_DEBUG_TZ_MSG
((" Transition %d: time %d (%04d.%02d.%02d+%.1fh), typedata%d\n", jj, transitionTimes[jj],
146
//
U_DEBUG_TZ_MSG
((" offset%d\n", typeOffsets[jj]));
149
U_DEBUG_TZ_MSG
((" offsets[%d+%d]=(%d+%d)=(%d==%d)\n", (int)f,(int)f+1,(int)typeOffsets[f],(int)typeOffsets[f+1],(int)zoneOffset(jj),
180
U_DEBUG_TZ_MSG
(("zone%s|%s: {%d,%d}, finalYear%d, finalMillis%.1lf\n",
188
U_DEBUG_TZ_MSG
(("zone%s, rule%s: {%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d}\n", zKey, ures_getKey(r),
[
all
...]
Completed in 695 milliseconds