HomeSort by relevance Sort by last modified time
    Searched refs:tzidLen (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cdateintervalformattest.c 75 int32_t tzidLen;
84 tzidLen = -1;
86 tzidLen = 0;
88 udtitvfmt = udtitvfmt_open(testItemPtr->locale, skelBuf, -1, tzidBuf, tzidLen, &status);
  /external/icu4c/i18n/
zonemeta.cpp 595 int32_t tzidLen = tzid.length() + 1;
596 UChar *key = (UChar*)uprv_malloc(tzidLen * sizeof(UChar));
602 tzid.extract(key, tzidLen, status);
717 int32_t tzidLen = 0;
738 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status);
745 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status);
753 result.setTo(tzid, tzidLen);

Completed in 52 milliseconds