OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzidLen
(Results
1 - 3
of
3
) 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/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp
487
int32_t
tzidLen
= tzid.length() + 1;
488
UChar *key = (UChar*)uprv_malloc(
tzidLen
* sizeof(UChar));
494
tzid.extract(key,
tzidLen
, status);
608
int32_t
tzidLen
= 0;
627
tzid = ures_getStringByKey(rb, keyBuf, &
tzidLen
, &status);
634
tzid = ures_getStringByKey(rb, gWorldTag, &
tzidLen
, &status);
642
result.setTo(tzid,
tzidLen
);
/external/icu4c/i18n/
zonemeta.cpp
612
int32_t
tzidLen
= tzid.length() + 1;
613
UChar *key = (UChar*)uprv_malloc(
tzidLen
* sizeof(UChar));
619
tzid.extract(key,
tzidLen
, status);
734
int32_t
tzidLen
= 0;
755
tzid = ures_getStringByKey(rb, keyBuf, &
tzidLen
, &status);
762
tzid = ures_getStringByKey(rb, gWorldTag, &
tzidLen
, &status);
770
result.setTo(tzid,
tzidLen
);
Completed in 42 milliseconds