Searched refs:IsOK (Results 1 – 6 of 6) sorted by relevance
85 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK() function117 return PrintUC16(os, c.value, IsOK); in operator <<()126 return PrintUC16ForJSON(os, c.value, IsOK); in operator <<()
33 bool IsOK() const { return m_bOK; } in IsOK() function
1214 if (!pHuff->IsOK()) in parseTable()
191 if (!ecs->IsOK()) in WinMain2()
118 if (res == S_OK && ExtractCallbackSpec->IsOK()) in ProcessVirt()
325 bool IsOK() const { return NumArchiveErrors == 0 && !ThereAreMessageErrors; } in IsOK() function