OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDATA
(Results
1 - 2
of
2
) sorted by null
/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
719
ifeq ($(
TZDATA
),)
720
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
723
ifneq ($(
TZDATA
),)
731
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
735
$(ZONEINFO): $(
TZDATA
)
[
all
...]
/external/icu4c/data/
Makefile.in
729
# if the tzcode directory contains a new
tzdata
*.tar.gz file, use it for zoneinfo
730
ifeq ($(
TZDATA
),)
731
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
734
ifneq ($(
TZDATA
),)
742
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
746
$(ZONEINFO): $(
TZDATA
)
[
all
...]
Completed in 33 milliseconds