Searched refs:U_DEBUG_TZ_STR (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | timezone.cpp | 60 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1) macro 207 …U_DEBUG_TZ_MSG(("fisa: Looking for %s, between %d and %d\n", U_DEBUG_TZ_STR(UnicodeString(id).getT… in findInStringArray() 219 … U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit)); in findInStringArray()
|
/external/icu4c/i18n/ |
D | timezone.cpp | 61 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1) macro 175 …U_DEBUG_TZ_MSG(("fisa: Looking for %s, between %d and %d\n", U_DEBUG_TZ_STR(UnicodeString(id).getT… in findInStringArray() 187 … U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit)); in findInStringArray()
|