OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wildabbr
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
localtime.c
55
#ifndef
WILDABBR
69
**
WILDABBR
is used. Another possibility: initialize tzname[0] to the
75
#define
WILDABBR
" "
76
#endif /* !defined
WILDABBR
*/
78
static char
wildabbr
[] =
WILDABBR
;
variable
220
wildabbr
,
221
wildabbr
273
tzname[0] =
wildabbr
;
274
tzname[1] =
wildabbr
;
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
48
#ifndef
WILDABBR
62
**
WILDABBR
is used. Another possibility: initialize tzname[0] to the
68
#define
WILDABBR
" "
69
#endif /* !defined
WILDABBR
*/
71
static char
wildabbr
[] =
WILDABBR
;
variable
207
wildabbr
,
208
wildabbr
262
tzname[0] =
wildabbr
;
263
tzname[1] =
wildabbr
;
[
all
...]
/external/icu4c/tools/tzcode/
localtime.c
48
#ifndef
WILDABBR
62
**
WILDABBR
is used. Another possibility: initialize tzname[0] to the
68
#define
WILDABBR
" "
69
#endif /* !defined
WILDABBR
*/
71
static char
wildabbr
[] =
WILDABBR
;
variable
207
wildabbr
,
208
wildabbr
262
tzname[0] =
wildabbr
;
263
tzname[1] =
wildabbr
;
[
all
...]
Completed in 126 milliseconds