Lines Matching refs:xub_Unicode
35 xub_Unicode ImpGetChar( const SbxValues* p ) in ImpGetChar()
38 xub_Unicode nRes = 0; in ImpGetChar()
49 nRes = (xub_Unicode) p->nByte; in ImpGetChar()
58 nRes = (xub_Unicode) p->nInteger; in ImpGetChar()
62 nRes = (xub_Unicode) p->nUShort; in ImpGetChar()
74 nRes = (xub_Unicode) p->nLong; in ImpGetChar()
82 nRes = (xub_Unicode) p->nULong; in ImpGetChar()
94 nRes = (xub_Unicode) p->nInt64; in ImpGetChar()
102 nRes = (xub_Unicode) p->uInt64; in ImpGetChar()
114 nRes = (xub_Unicode) ImpRound( p->nSingle ); in ImpGetChar()
170 nRes = (xub_Unicode) ImpRound( d ); in ImpGetChar()
224 void ImpPutChar( SbxValues* p, xub_Unicode n ) in ImpPutChar()