OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoneinfo
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/zoneinfo/
Android.mk
9
LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/share/
zoneinfo
12
# The host build doesn't use bionic, but it does use bionic's
zoneinfo
data
23
LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/
zoneinfo
/external/chromium_org/third_party/icu/source/test/compat/
tzone.pl
14
my @TZONE_RAW = `locate
zoneinfo
| grep '^/usr/share/
zoneinfo
/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
/external/icu4c/test/compat/
tzone.pl
14
my @TZONE_RAW = `locate
zoneinfo
| grep '^/usr/share/
zoneinfo
/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
/external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk
21
# | MISC_SOURCE =
zoneinfo
.txt
/external/icu4c/data/misc/
miscfiles.mk
21
# | MISC_SOURCE =
zoneinfo
.txt
/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
...]
/bionic/libc/
Android.mk
718
-DTZDIR=\"/system/usr/share/
zoneinfo
\" \
Completed in 783 milliseconds