OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tzregion
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/i18n/
timezone.cpp
806
char
tzregion
[4]; // max 3 letters + null term
local
807
TimeZone::getRegion(id,
tzregion
, sizeof(
tzregion
), ec);
811
if (uprv_stricmp(
tzregion
, region) != 0) {
[
all
...]
Completed in 2059 milliseconds