Searched defs:tzID (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/i18n/
H A Dudateintervalformat.cpp27 const UChar* tzID,
35 (tzID == NULL ? tzIDLength != 0 : tzIDLength < -1)
46 if(tzID != 0) {
47 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
H A Dtznames.cpp111 StringEnumeration* getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const;
112 UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
113 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
116 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
118 UnicodeString& getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const;
228 TimeZoneNamesDelegate::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { argument
229 return fTZnamesCacheEntry->names->getAvailableMetaZoneIDs(tzID, status);
233 TimeZoneNamesDelegate::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { argument
234 return fTZnamesCacheEntry->names->getMetaZoneID(tzID, date, mzID);
238 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) cons
248 getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const argument
253 getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const argument
270 getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const argument
289 getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const argument
[all...]
H A Dtzfmt.cpp39 UnicodeString& tzID, UTimeZoneTimeType* timeType = NULL) const;
152 UnicodeString& tzID, UTimeZoneTimeType* timeType /* = NULL */) const {
156 tzID.setToBogus();
199 return tzID;
206 return tzID;
248 tzID.setTo(parsedTzID);
249 return tzID;
388 UnicodeString& tzID, UTimeZoneTimeType* timeType = NULL) const;
500 UnicodeString& tzID, UTimeZoneTimeType* timeType /* = NULL */) const {
501 return fTZfmtCacheEntry->tzfmt->parse(style, text, pos, tzID, timeTyp
151 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID, UTimeZoneTimeType* timeType ) const argument
499 parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID, UTimeZoneTimeType* timeType ) const argument
514 UnicodeString tzID; local
[all...]
H A Dudat.cpp89 const UChar *tzID,
126 if(tzID != 0) {
127 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
86 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
H A Dzonemeta.cpp389 UnicodeString tzID; local
390 return getCanonicalCLDRID(tz.getID(tzID), status);
H A Dtzgnames.cpp55 const UChar* tzID; member in struct:PartialLocationKey
65 // <tzID>&<mzID>#[L|S]
67 UnicodeString str(p->tzID);
89 // We just check identity of tzID/mzID
90 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);
106 const UChar* tzID; member in struct:GNameInfo
160 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const {
162 if (minfo != NULL && minfo->gnameInfo->tzID != NULL) {
163 tzID
378 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz); local
853 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneTimeType& timeType, UErrorCode& status) const argument
997 const UnicodeString *tzID; local
[all...]
H A Dtznames_impl.cpp738 const UChar* tzID; member in struct:ZNameInfo
762 UnicodeString& getTimeZoneID(int32_t index, UnicodeString& tzID) const;
806 TimeZoneNameMatchInfoImpl::getTimeZoneID(int32_t index, UnicodeString& tzID) const {
808 if (minfo != NULL && minfo->znameInfo->tzID != NULL) {
809 tzID.setTo(TRUE, minfo->znameInfo->tzID, -1);
811 tzID.setToBogus();
813 return tzID;
988 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz); local
989 if (tzID !
1053 getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const argument
1086 getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const argument
1125 getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const argument
1150 getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const argument
1262 loadTimeZoneNames(const UnicodeString& tzID) argument
[all...]
/external/icu4c/test/intltest/
H A Dmiscdtfm.cpp319 UnicodeString tzID = "Asia/Tokyo"; local
352 if (tzID == (zones[i][0])) {
/external/icu4c/test/cintltst/
H A Dcdtdptst.c230 UChar *pattern=NULL, *tzID=NULL; local
253 tzID=(UChar*)malloc(sizeof(UChar) * 4);
254 u_uastrcpy(tzID, "GMT");
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
295 free(tzID);
306 UChar *pattern, *tzID, *exp; local
324 tzID=(UChar*)malloc(sizeof(UChar) * 4);
325 u_uastrcpy(tzID, "PST");
328 /* cal=ucal_open(tzID, u_strle
[all...]
H A Dcmsgtst.c370 UChar *result, tzID[4], str[25]; local
389 u_uastrcpy(tzID, "PST");
390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
471 UChar *result, *tzID, *str; local
490 tzID=(UChar*)malloc(sizeof(UChar) * 4);
491 u_uastrcpy(tzID, "PST");
492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
557 free(tzID);
566 UChar *result, *tzID, *str; local
[all...]
H A Dcdtrgtst.c208 UChar tzID[4]; local
211 u_uastrcpy(tzID, "PST");
214 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
280 UChar dateString[30], pattern[20], tzID[4]; local
286 u_uastrcpy(tzID, "PST");
288 formatter = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
301 cal=ucal_open(tzID, u_strlen(tzID), "en_U
[all...]
H A Dccaltst.c88 UChar tzID[4]; local
267 u_uastrcpy(tzID, "PST");
268 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
273 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
277 u_strcpy(tzID, fgGMTID);
278 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
282 calit=ucal_open(tzID, u_strle
480 UChar tzID[4]; local
672 UChar tzID[4]; local
820 UChar tzID[4]; local
985 UChar tzID[4]; local
1085 UChar tzID[4]; local
1158 UChar tzID[4]; local
[all...]

Completed in 5189 milliseconds