Home
last modified time | relevance | path

Searched refs:tzalloc (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h185 #define tzalloc sys_tzalloc macro
196 #undef tzalloc
649 # undef tzalloc
650 # define tzalloc tz_tzalloc macro
794 timezone_t tzalloc(char const *);
Dlocaltime.c1516 tzalloc(char const *name) in tzalloc() function
/bionic/tests/
Dtime_test.cpp1375 timezone_t london{tzalloc("Europe/London")}; in TEST()
1380 timezone_t seoul{tzalloc("Asia/Seoul")}; in TEST()
1419 timezone_t london{tzalloc("Europe/London")}; in TEST()
1423 timezone_t seoul{tzalloc("Asia/Seoul")}; in TEST()
1444 timezone_t default_tz = tzalloc(nullptr); in TEST()
1479 std::unique_ptr<std::remove_pointer_t<timezone_t>, decltype(&tzfree)> tz{tzalloc("Asia/Seoul"), in TEST()
/bionic/libc/include/
Dtime.h317 timezone_t _Nullable tzalloc(const char* _Nullable __id) __INTRODUCED_IN(35);
/bionic/docs/
Dstatus.md65 * `localtime_rz`, `mktime_z`, `tzalloc`, and `tzfree` (NetBSD
/bionic/libc/
Dlibc.map.txt1605 tzalloc;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1605 tzalloc;