HomeSort by relevance Sort by last modified time
    Searched full:isstd (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 519 /// isStd - Return whether a given namespace is the 'std' namespace.
520 static bool isStd(const NamespaceDecl *NS) {
535 return isStd(cast<NamespaceDecl>(DC));
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 273 milliseconds