Searched refs:tzIDLength (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | udateintervalformat.cpp | 30 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()
|
D | udat.cpp | 133 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/ |
D | udateintervalformat.h | 113 int32_t tzIDLength,
|
D | udat.h | 857 int32_t tzIDLength, 1637 int32_t tzIDLength,
|
/external/icu/libandroidicu/include/unicode/ |
D | udateintervalformat.h | 113 int32_t tzIDLength,
|
D | udat.h | 857 int32_t tzIDLength, 1637 int32_t tzIDLength,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1423 …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()
|