/external/chromium/third_party/icu/source/tools/tzcode/ |
tz2icu.cpp | 142 bool isstd; member in struct:ZoneType 519 // Read isstd flags 520 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file); 791 // Isstd and isgmt only have 3 valid states, corresponding to local 793 // Here is how the isstd & isgmt flags are set by zic: 805 bool isstd; member in struct:FinalRulePart 837 isstd = _isstd; 854 if (isgmt && !isstd) { 855 os << "Invalid input isgmt && !isstd"; 862 << isstd << isgm 980 bool isstd, isgmt; local [all...] |
zic.c | 560 fprintf(f, ", isstd %d", r->r_todisstd); [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 143 bool isstd; member in struct:ZoneType 520 // Read isstd flags 521 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file); 772 // Isstd and isgmt only have 3 valid states, corresponding to local 774 // Here is how the isstd & isgmt flags are set by zic: 786 bool isstd; member in struct:FinalRulePart 818 isstd = _isstd; 835 if (isgmt && !isstd) { 836 os << "Invalid input isgmt && !isstd"; 843 << isstd << isgm 961 bool isstd, isgmt; local [all...] |
zic.c | 560 fprintf(f, ", isstd %d", r->r_todisstd); [all...] |