OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typecnt
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/tzcode/
localtime.c
111
int
typecnt
;
member in struct:state
277
for (i = 0; i < sp->
typecnt
; ++i) {
314
for (i = 0; i < sp->
typecnt
; ++i) {
400
sp->
typecnt
= (int) detzcode(u.tzhead.tzh_typecnt);
404
sp->
typecnt
<= 0 || sp->
typecnt
> TZ_MAX_TYPES ||
407
(ttisstdcnt != sp->
typecnt
&& ttisstdcnt != 0) ||
408
(ttisgmtcnt != sp->
typecnt
&& ttisgmtcnt != 0))
413
sp->
typecnt
* 6 + /* ttinfos */
426
if (sp->types[i] >= sp->
typecnt
)
[
all
...]
zic.c
210
static int
typecnt
;
variable
[
all
...]
tz2icu.cpp
323
int64_t
typecnt
= readcoded(file, 0);
local
329
if (isgmtcnt !=
typecnt
|| isdstcnt !=
typecnt
) {
353
if (t < 0 || t >=
typecnt
) {
355
os << "illegal type: " << t << ", expected [0, " << (
typecnt
-1) << "]";
399
for (i=0; i<
typecnt
; ++i) {
417
assert(info.types.size() == (unsigned)
typecnt
);
421
assert(
typecnt
> 0);
520
for (i=0; i<
typecnt
; ++i) info.types[i].isstd = readbool(file);
523
for (i=0; i<
typecnt
; ++i) info.types[i].isgmt = readbool(file)
[
all
...]
/bionic/libc/tzcode/
localtime.c
170
int
typecnt
;
member in struct:state
337
for (i = 0; i < sp->
typecnt
; ++i) {
374
for (i = 0; i < sp->
typecnt
; ++i) {
516
sp->
typecnt
= (int) detzcode(u.tzhead.tzh_typecnt);
520
sp->
typecnt
<= 0 || sp->
typecnt
> TZ_MAX_TYPES ||
523
(ttisstdcnt != sp->
typecnt
&& ttisstdcnt != 0) ||
524
(ttisgmtcnt != sp->
typecnt
&& ttisgmtcnt != 0))
529
sp->
typecnt
* 6 + /* ttinfos */
542
if (sp->types[i] >= sp->
typecnt
)
[
all
...]
/system/core/libcutils/
tztime.c
144
int
typecnt
;
member in struct:state
454
sp->
typecnt
= (int) detzcode(u.tzhead.tzh_typecnt);
458
sp->
typecnt
<= 0 || sp->
typecnt
> TZ_MAX_TYPES ||
461
(ttisstdcnt != sp->
typecnt
&& ttisstdcnt != 0) ||
462
(ttisgmtcnt != sp->
typecnt
&& ttisgmtcnt != 0))
467
sp->
typecnt
* 6 + /* ttinfos */
480
if (sp->types[i] >= sp->
typecnt
)
483
for (i = 0; i < sp->
typecnt
; ++i) {
510
for (i = 0; i < sp->
typecnt
; ++i)
[
all
...]
Completed in 129 milliseconds