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 592 int32_t tzidLen = tzid.length() + 1;
593 UChar *key = (UChar*)uprv_malloc(tzidLen * sizeof(UChar));
599 tzid.extract(key, tzidLen, status);
714 int32_t tzidLen = 0;
735 tzid = ures_getStringByKey(rb, keyBuf, &tzidLen, &status);
742 tzid = ures_getStringByKey(rb, gWorldTag, &tzidLen, &status);
750 result.setTo(tzid, tzidLen);

Completed in 42 milliseconds