Searched refs:U14ERR_NOOUT (Results 1 – 3 of 3) sorted by relevance
83 #define U14ERR_NOOUT U14ERR(-22) /* no room in output buffer */ macro
96 iReturn = U14ERR_NOOUT; // no room at the out (ha-ha) in PutChars()113 return U14ERR_NOOUT; // ...too many characters in SendString()
1634 if (sErr != U14ERR_NOOUT) // if any result except "no room in output"... in U14SendString()2007 case U14ERR_NOOUT: in U14GetErrorString()