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
171
int
charcnt
;
member in struct:state
368
for (i = 0; i < sp->
charcnt
; ++i)
517
sp->
charcnt
= (int) detzcode(u.tzhead.tzh_charcnt);
522
sp->
charcnt
< 0 || sp->
charcnt
> TZ_MAX_CHARS ||
530
sp->
charcnt
+ /* chars */
556
ttisp->tt_abbrind > sp->
charcnt
)
559
for (i = 0; i < sp->
charcnt
; ++i)
648
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
324
int64_t
charcnt
= readcoded(file, 0);
local
449
if (
charcnt
) {
452
char* str = new char[
charcnt
+ 8];
453
file.read(str,
charcnt
);
458
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 193 milliseconds