Searched refs:IsOK (Results 1 – 6 of 6) sorted by relevance
53 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK() function67 return PrintUC16(os, c.value, IsOK); in operator <<()76 return PrintUC16(os, c.value, IsOK); in operator <<()
33 bool IsOK() const { return m_bOK; } in IsOK() function
1273 if (!pHuff->IsOK()) in parseTable()
187 if (!ecs->IsOK()) in WinMain2()
110 if (res == S_OK && Options->TestMode && ExtractCallbackSpec->IsOK()) in ProcessVirt()
327 bool IsOK() const { return NumArchiveErrors == 0 && !ThereAreMessageErrors; } in IsOK() function