Searched refs:IsPrint (Results 1 – 7 of 7) sorted by relevance
83 bool IsPrint(uint16_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrint() function85 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()131 return PrintUC16(os, c.value, IsPrint); in operator <<()136 return PrintUC32(os, c.value, IsPrint); in operator <<()
44 } else if (IsCheckNumerics(node) || IsPrint(node)) { in Optimize()
3416 if (IsAssert(node) || IsPrint(node)) { in CanDedup()
71 bool IsPrint() const { return m_bPrint; } in IsPrint() function
211 return m_pRenderStatus->IsPrint() && in NotDrawing()
120 bool IsPrint(const NodeDef& node);
363 bool IsPrint(const NodeDef& node) { in IsPrint() function