OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp
525
char
tzKey
[ZID_KEY_MAX];
526
canonicalID.extract(0, canonicalID.length(),
tzKey
, sizeof(
tzKey
), US_INV);
529
char *p =
tzKey
;
537
ures_getByKey(rb,
tzKey
, rb, &status);
/external/icu4c/i18n/
zonemeta.cpp
650
char
tzKey
[ZID_KEY_MAX + 1];
651
int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(),
tzKey
, sizeof(
tzKey
), US_INV);
652
tzKey
[tzKeyLen] = 0;
655
char *p =
tzKey
;
663
ures_getByKey(rb,
tzKey
, rb, &status);
Completed in 453 milliseconds