Home
last modified time | relevance | path

Searched refs:LongToChar (Results 1 – 15 of 15) sorted by relevance

/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas44 procedure LongToChar(); procedure
297 procedure TSDOConvertHelper_Test.LongToChar(); procedure
302 CheckEquals(TSDOChar(0), locObj.LongToChar(0));
303 CheckEquals(TSDOChar(12), locObj.LongToChar(12));
304 CheckEquals(TSDOChar(123), locObj.LongToChar(123));
305 CheckEquals(TSDOChar(TSDOLong(-52)), locObj.LongToChar(-52));
306 CheckEquals(TSDOChar(TSDOLong(123456)), locObj.LongToChar(123456));
H A Dtest_changesummary.pas2170 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2191 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2212 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2233 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2282 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2303 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2325 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas44 procedure LongToChar(); procedure
297 procedure TSDOConvertHelper_Test.LongToChar(); procedure
302 CheckEquals(TSDOChar(0), locObj.LongToChar(0));
303 CheckEquals(TSDOChar(12), locObj.LongToChar(12));
304 CheckEquals(TSDOChar(123), locObj.LongToChar(123));
305 CheckEquals(TSDOChar(TSDOLong(-52)), locObj.LongToChar(-52));
306 CheckEquals(TSDOChar(TSDOLong(123456)), locObj.LongToChar(123456));
H A Dtest_changesummary.pas2170 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2191 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2212 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2233 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2282 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2303 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
2325 …CheckEquals( TSDOConvertHelper.LongToChar(localObj.getLongValue()), localObj.getCharacterValue(), …
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dsafecast.h142 template<> constexpr auto intsafe_conversion<long, char> = LongToChar;
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo.pas1608 … class function LongToChar(const AValue : TSDOLong) : TSDOChar; {$IFDEF USE_INLINE}inline;{$ENDIF}
1870 LongType : Result := TSDOConvertHelper.LongToChar(FValue.LongValue);
2365 class function TSDOConvertHelper.LongToChar(const AValue: TSDOLong): TSDOChar;
H A Dsdo_type.pas1493 LongType : Result := TSDOConvertHelper.LongToChar(FDefault.LongValue);
2100 CharacterType : FDefault.CharValue := TSDOConvertHelper.LongToChar(AValue);
H A Dsdo_field_imp.pas2841 setCharacter(ABuffer,AOffset,TSDOConvertHelper.LongToChar(AValue));
2989 Result := TSDOConvertHelper.LongToChar(getLong(ABuffer,AOffset));
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo.pas1608 … class function LongToChar(const AValue : TSDOLong) : TSDOChar; {$IFDEF USE_INLINE}inline;{$ENDIF}
1870 LongType : Result := TSDOConvertHelper.LongToChar(FValue.LongValue);
2365 class function TSDOConvertHelper.LongToChar(const AValue: TSDOLong): TSDOChar;
H A Dsdo_type.pas1493 LongType : Result := TSDOConvertHelper.LongToChar(FDefault.LongValue);
2100 CharacterType : FDefault.CharValue := TSDOConvertHelper.LongToChar(AValue);
H A Dsdo_field_imp.pas2841 setCharacter(ABuffer,AOffset,TSDOConvertHelper.LongToChar(AValue));
2989 Result := TSDOConvertHelper.LongToChar(getLong(ABuffer,AOffset));
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dintsafe.h174 __MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV_CHAR(LongToChar, LONG, CHAR)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dntintsafe.h170 __MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV_CHAR(LongToChar, LONG, CHAR)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dintsafe.h174 __MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV_CHAR(LongToChar, LONG, CHAR)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dntintsafe.h170 __MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV_CHAR(LongToChar, LONG, CHAR)