Searched defs:tzIDLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp30 int32_t tzIDLength,
37 (tzID == NULL ? tzIDLength != 0 : tzIDLength < -1)
49 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
26 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Dudat.cpp133 int32_t tzIDLength,
143 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
176 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
129 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument

Completed in 366 milliseconds