OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZ_MAX_CHARS
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/tzcode/
tzfile.h
119
#ifndef
TZ_MAX_CHARS
120
#define
TZ_MAX_CHARS
50 /* Maximum number of abbreviation characters */
122
#endif /* !defined
TZ_MAX_CHARS
*/
localtime.c
177
char chars[BIGGEST(BIGGEST(
TZ_MAX_CHARS
+ 1, sizeof gmt),
526
sp->charcnt < 0 || sp->charcnt >
TZ_MAX_CHARS
||
652
sp->charcnt + ts.charcnt <=
TZ_MAX_CHARS
) {
[
all
...]
/external/chromium/third_party/icu/source/tools/tzcode/
tzfile.h
119
#ifndef
TZ_MAX_CHARS
120
#define
TZ_MAX_CHARS
50 /* Maximum number of abbreviation characters */
122
#endif /* !defined
TZ_MAX_CHARS
*/
localtime.c
118
char chars[BIGGEST(BIGGEST(
TZ_MAX_CHARS
+ 1, sizeof gmt),
406
sp->charcnt < 0 || sp->charcnt >
TZ_MAX_CHARS
||
532
sp->charcnt + ts.charcnt <=
TZ_MAX_CHARS
) {
[
all
...]
zic.c
414
static char chars[
TZ_MAX_CHARS
];
[
all
...]
/external/icu4c/tools/tzcode/
tzfile.h
119
#ifndef
TZ_MAX_CHARS
120
#define
TZ_MAX_CHARS
50 /* Maximum number of abbreviation characters */
122
#endif /* !defined
TZ_MAX_CHARS
*/
localtime.c
118
char chars[BIGGEST(BIGGEST(
TZ_MAX_CHARS
+ 1, sizeof gmt),
406
sp->charcnt < 0 || sp->charcnt >
TZ_MAX_CHARS
||
532
sp->charcnt + ts.charcnt <=
TZ_MAX_CHARS
) {
[
all
...]
zic.c
414
static char chars[
TZ_MAX_CHARS
];
[
all
...]
/system/core/libcutils/
tzfile.h
119
#ifndef
TZ_MAX_CHARS
120
#define
TZ_MAX_CHARS
50 /* Maximum number of abbreviation characters */
122
#endif /* !defined
TZ_MAX_CHARS
*/
tztime.c
151
char chars[BIGGEST(BIGGEST(
TZ_MAX_CHARS
+ 1, sizeof gmt),
460
sp->charcnt < 0 || sp->charcnt >
TZ_MAX_CHARS
||
586
sp->charcnt + ts.charcnt <=
TZ_MAX_CHARS
) {
[
all
...]
Completed in 1871 milliseconds