Home
last modified time | relevance | path

Searched refs:tzIDLength (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dudateintervalformat.cpp30 int32_t tzIDLength, in udtitvfmt_open() argument
37 (tzID == NULL ? tzIDLength != 0 : tzIDLength < -1) in udtitvfmt_open()
49 …eZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udtitvfmt_open()
Dudat.cpp133 int32_t tzIDLength, in udat_open() argument
143 …fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,st… in udat_open()
176 …eZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open()
/external/icu/icu4c/source/i18n/unicode/
Dudateintervalformat.h113 int32_t tzIDLength,
Dudat.h857 int32_t tzIDLength,
1637 int32_t tzIDLength,
/external/icu/libandroidicu/include/unicode/
Dudateintervalformat.h113 int32_t tzIDLength,
Dudat.h857 int32_t tzIDLength,
1637 int32_t tzIDLength,
/external/icu/libandroidicu/static_shim/
Dshim.cpp1423 …ormatStyle dateStyle, const char * locale, const UChar * tzID, int32_t tzIDLength, const UChar * p… in udat_open_android() argument
1424 return udat_open(timeStyle, dateStyle, locale, tzID, tzIDLength, pattern, patternLength, status); in udat_open_android()
1555 … UChar * skeleton, int32_t skeletonLength, const UChar * tzID, int32_t tzIDLength, UErrorCode * st… in udtitvfmt_open_android() argument
1556 return udtitvfmt_open(locale, skeleton, skeletonLength, tzID, tzIDLength, status); in udtitvfmt_open_android()