OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZONEINFO
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
125
int32_t type; // index into '
ZoneInfo
.types' 0..255
141
int32_t abbr; // index into
ZoneInfo
.abbrs 0..n-1
158
// with a list of the ZoneTypes. A
ZoneInfo
object may have a long
162
//
zoneinfo
file.
163
struct
ZoneInfo
{
180
ZoneInfo
() : finalYear(-1), aliasTo(-1) {}
208
void
ZoneInfo
::clearAliases() {
213
void
ZoneInfo
::addAlias(int32_t index) {
218
void
ZoneInfo
::setAliasTo(int32_t index) {
224
typedef map<string,
ZoneInfo
> ZoneMap
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
125
int32_t type; // index into '
ZoneInfo
.types' 0..255
141
int32_t abbr; // index into
ZoneInfo
.abbrs 0..n-1
158
// with a list of the ZoneTypes. A
ZoneInfo
object may have a long
162
//
zoneinfo
file.
163
struct
ZoneInfo
{
180
ZoneInfo
() : finalYear(-1), aliasTo(-1) {}
208
void
ZoneInfo
::clearAliases() {
213
void
ZoneInfo
::addAlias(int32_t index) {
218
void
ZoneInfo
::setAliasTo(int32_t index) {
224
typedef map<string,
ZoneInfo
> ZoneMap
[
all
...]
/external/chromium_org/third_party/icu/source/data/
Makefile.in
718
# if the tzcode directory contains a new tzdata*.tar.gz file, use it for
zoneinfo
726
ZONEINFO
=$(TZCODE_DIR)/zoneinfo64.txt
728
# Override the normal genrb for
zoneinfo
to always pull from
730
$(BUILDDIR)/zoneinfo64.res: $(
ZONEINFO
) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
731
@echo Note: $(MISCSRCDIR)/
zoneinfo
.txt is IGNORED because $(TZDATA) is present.
732
$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(
ZONEINFO
)
734
# Create the tzcode tool and
zoneinfo
as needed.
735
$(
ZONEINFO
): $(TZDATA)
736
@echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(
ZONEINFO
)' in \`$(TZCODE_DIR)'"; \
739
# end of
zoneinfo
-generatio
[
all
...]
/external/icu4c/data/
Makefile.in
729
# if the tzcode directory contains a new tzdata*.tar.gz file, use it for
zoneinfo
737
ZONEINFO
=$(TZCODE_DIR)/zoneinfo64.txt
739
# Override the normal genrb for
zoneinfo
to always pull from
741
$(BUILDDIR)/zoneinfo64.res: $(
ZONEINFO
) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
742
@echo Note: $(MISCSRCDIR)/
zoneinfo
.txt is IGNORED because $(TZDATA) is present.
743
$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(
ZONEINFO
)
745
# Create the tzcode tool and
zoneinfo
as needed.
746
$(
ZONEINFO
): $(TZDATA)
747
@echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(
ZONEINFO
)' in \`$(TZCODE_DIR)'"; \
750
# end of
zoneinfo
-generatio
[
all
...]
Completed in 134 milliseconds