OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charcnt
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
localtime.c
179
int
charcnt
;
member in struct:state
376
for (i = 0; i < sp->
charcnt
; ++i)
529
sp->
charcnt
= (int) detzcode(u.tzhead.tzh_charcnt);
534
sp->
charcnt
< 0 || sp->
charcnt
> TZ_MAX_CHARS ||
542
sp->
charcnt
+ /* chars */
568
ttisp->tt_abbrind > sp->
charcnt
)
571
for (i = 0; i < sp->
charcnt
; ++i)
660
sp->
charcnt
+ ts.
charcnt
<= TZ_MAX_CHARS)
[
all
...]
/external/icu4c/tools/tzcode/
localtime.c
112
int
charcnt
;
member in struct:state
308
for (i = 0; i < sp->
charcnt
; ++i)
401
sp->
charcnt
= (int) detzcode(u.tzhead.tzh_charcnt);
406
sp->
charcnt
< 0 || sp->
charcnt
> TZ_MAX_CHARS ||
414
sp->
charcnt
+ /* chars */
440
ttisp->tt_abbrind > sp->
charcnt
)
443
for (i = 0; i < sp->
charcnt
; ++i)
532
sp->
charcnt
+ ts.
charcnt
<= TZ_MAX_CHARS)
[
all
...]
zic.c
191
static int
charcnt
;
variable
[
all
...]
tz2icu.cpp
325
int64_t
charcnt
= readcoded(file, 0);
local
450
if (
charcnt
) {
453
char* str = new char[
charcnt
+ 8];
454
file.read(str,
charcnt
);
459
char *limit=str+
charcnt
;
[
all
...]
/system/core/libcutils/
tztime.c
145
int
charcnt
;
member in struct:state
455
sp->
charcnt
= (int) detzcode(u.tzhead.tzh_charcnt);
460
sp->
charcnt
< 0 || sp->
charcnt
> TZ_MAX_CHARS ||
468
sp->
charcnt
+ /* chars */
494
ttisp->tt_abbrind > sp->
charcnt
)
497
for (i = 0; i < sp->
charcnt
; ++i)
586
sp->
charcnt
+ ts.
charcnt
<= TZ_MAX_CHARS) {
589
sp->
charcnt
;
[
all
...]
Completed in 131 milliseconds