HomeSort by relevance Sort by last modified time
    Searched refs:tzID (Results 26 - 37 of 37) sorted by null

12

  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 376 UChar *result, tzID[4], str[25];
395 u_uastrcpy(tzID, "PST");
396 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
477 UChar *result, *tzID, *str;
496 tzID=(UChar*)malloc(sizeof(UChar) * 4);
497 u_uastrcpy(tzID, "PST");
498 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
563 free(tzID);
    [all...]
cdtrgtst.c 208 UChar tzID[4];
211 u_uastrcpy(tzID, "PST");
214 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
280 UChar dateString[30], pattern[20], tzID[4];
286 u_uastrcpy(tzID, "PST");
288 formatter = udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c 208 UChar tzID[4];
211 u_uastrcpy(tzID, "PST");
214 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
280 UChar dateString[30], pattern[20], tzID[4];
286 u_uastrcpy(tzID, "PST");
288 formatter = udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 807 * @param tzID A timezone ID specifying the timezone to use. If 0, use
809 * @param tzIDLength The length of tzID, or -1 if null-terminated.
821 const UChar *tzID,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udat.h 806 * @param tzID A timezone ID specifying the timezone to use. If 0, use
808 * @param tzIDLength The length of tzID, or -1 if null-terminated.
820 const UChar *tzID,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
miscdtfm.cpp 322 UnicodeString tzID = "Asia/Tokyo";
355 if (tzID == (zones[i][0])) {
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 322 UnicodeString tzID = "Asia/Tokyo";
355 if (tzID == (zones[i][0])) {
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 126 const UChar *tzID,
137 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
169 if(tzID != 0) {
170 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
    [all...]
zonemeta.cpp 233 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
238 int32_t len = tzid.length();
254 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
255 U_ASSERT(tmpStatus == U_ZERO_ERROR); // we checked the length of tzid already
271 const UChar* idChars = tzid.getBuffer();
291 canonicalID = TimeZone::findID(tzid);
308 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
350 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
373 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) {
374 const UChar *canonicalID = getCanonicalCLDRID(tzid, status)
715 const UChar *tzid = NULL; local
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 129 const UChar *tzID,
140 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
172 if(tzID != 0) {
173 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength));
    [all...]
zonemeta.cpp 235 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
240 if (tzid.isBogus() || tzid.length() > ZID_KEY_MAX) {
255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
256 U_ASSERT(tmpStatus == U_ZERO_ERROR); // we checked the length of tzid already
272 tzid.extract(0, 0x7fffffff, id, LENGTHOF(id), US_INV);
289 canonicalID = TimeZone::findID(tzid);
306 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
348 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
371 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status)
713 const UChar *tzid = NULL; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1453 milliseconds

12