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

  /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...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 467 /// isStd - Return whether a given namespace is the 'std' namespace.
468 static bool isStd(const NamespaceDecl *NS) {
482 return isStd(cast<NamespaceDecl>(DC));
    [all...]

Completed in 219 milliseconds