OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TM_ZONE
(Results
51 - 56
of
56
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h
57
const char *
tm_zone
; /* Timezone abbreviation. */
member in struct:tm
61
/* defining
TM_ZONE
indicates that we have a "timezone abbreviation" field in
64
#define
TM_ZONE
tm_zone
/bionic/libc/tzcode/
strftime.c
578
#ifdef
TM_ZONE
579
if (t->
TM_ZONE
!= NULL)
580
pt = _add(t->
TM_ZONE
, pt, ptlim,
583
#endif /* defined
TM_ZONE
*/
localtime.c
66
** 5. They might reference tm.
TM_ZONE
after calling offtime.
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
59
** 5. They might reference tm.
TM_ZONE
after calling offtime.
[
all
...]
/external/icu4c/tools/tzcode/
localtime.c
59
** 5. They might reference tm.
TM_ZONE
after calling offtime.
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp
386
#if HAVE(
TM_ZONE
)
387
localt.
tm_zone
= 0;
Completed in 230 milliseconds
1
2
3