OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typecnt
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/tzcode/
localtime.c
125
int
typecnt
;
member in struct:state
297
for (i = 0; i < sp->
typecnt
; ++i) {
326
for (i = 0; i < sp->
typecnt
; ++i) {
439
int_fast32_t
typecnt
= detzcode(up->tzhead.tzh_typecnt);
local
443
&& 0 <
typecnt
&&
typecnt
< TZ_MAX_TYPES
446
&& (ttisstdcnt ==
typecnt
|| ttisstdcnt == 0)
447
&& (ttisgmtcnt ==
typecnt
|| ttisgmtcnt == 0)))
453
+
typecnt
* 6 /* ttinfos */
461
sp->
typecnt
= typecnt
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
localtime.c
104
int
typecnt
;
member in struct:state
272
for (i = 0; i < sp->
typecnt
; ++i) {
305
for (i = 0; i < sp->
typecnt
; ++i) {
398
sp->
typecnt
= (int) detzcode(up->tzhead.tzh_typecnt);
402
sp->
typecnt
<= 0 || sp->
typecnt
> TZ_MAX_TYPES ||
405
(ttisstdcnt != sp->
typecnt
&& ttisstdcnt != 0) ||
406
(ttisgmtcnt != sp->
typecnt
&& ttisgmtcnt != 0))
411
sp->
typecnt
* 6 + /* ttinfos */
442
if (sp->
typecnt
<= typ
[
all
...]
zic.c
204
static int
typecnt
;
variable
[
all
...]
tz2icu.cpp
324
int64_t
typecnt
= readcoded(file, 0);
local
330
if (isgmtcnt !=
typecnt
|| isdstcnt !=
typecnt
) {
354
if (t < 0 || t >=
typecnt
) {
356
os << "illegal type: " << t << ", expected [0, " << (
typecnt
-1) << "]";
400
for (i=0; i<
typecnt
; ++i) {
418
assert(info.types.size() == (unsigned)
typecnt
);
422
assert(
typecnt
> 0);
521
for (i=0; i<
typecnt
; ++i) info.types[i].isstd = readbool(file);
524
for (i=0; i<
typecnt
; ++i) info.types[i].isgmt = readbool(file)
[
all
...]
Completed in 79 milliseconds