OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_DEBUG_TZ_STR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
timezone.cpp
60
#define
U_DEBUG_TZ_STR
(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
207
U_DEBUG_TZ_MSG(("fisa: Looking for %s, between %d and %d\n",
U_DEBUG_TZ_STR
(UnicodeString(id).getTerminatedBuffer()), start, limit));
219
U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n",
U_DEBUG_TZ_STR
(u), start, mid, limit));
[
all
...]
/external/icu/icu4c/source/i18n/
timezone.cpp
62
#define
U_DEBUG_TZ_STR
(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
186
U_DEBUG_TZ_MSG(("fisa: Looking for %s, between %d and %d\n",
U_DEBUG_TZ_STR
(UnicodeString(id).getTerminatedBuffer()), start, limit));
198
U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n",
U_DEBUG_TZ_STR
(u), start, mid, limit));
[
all
...]
Completed in 53 milliseconds