Searched refs:IsPrint (Results 1 – 7 of 7) sorted by relevance
124 bool IsPrint(uint16_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrint() function126 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()168 return PrintUC16(os, c.value, IsPrint); in operator <<()172 return PrintUC32(os, c.value, IsPrint); in operator <<()
33 if (IsAssert(node) || IsCheckNumerics(node) || IsPrint(node)) { in Optimize()55 } else if (IsCheckNumerics(node) || IsPrint(node)) { in Optimize()
3453 if (IsAssert(node) || IsPrint(node)) { in CanDedup()
83 bool IsPrint() const { return m_bPrint; } in IsPrint() function
205 return m_pRenderStatus->IsPrint() && in NotDrawing()
129 bool IsPrint(const NodeDef& node);
392 bool IsPrint(const NodeDef& node) { in IsPrint() function