Searched defs:IsOK (Results 1 – 3 of 3) sorted by relevance
33 bool IsOK() const { return m_bOK; } in IsOK() function
85 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK() function
325 bool IsOK() const { return NumArchiveErrors == 0 && !ThereAreMessageErrors; } in IsOK() function