Home
last modified time | relevance | path

Searched refs:CharToBool (Results 1 – 13 of 13) sorted by relevance

/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas33 procedure CharToBool(); procedure
195 procedure TSDOConvertHelper_Test.CharToBool(); procedure
200 CheckEquals(True, locObj.CharToBool('8'));
201 CheckEquals(False, locObj.CharToBool(#0));
202 CheckEquals(True, locObj.CharToBool(#1));
203 CheckEquals(True, locObj.CharToBool('T'));
H A Dtest_changesummary.pas1122 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1143 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1164 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1186 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1209 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1230 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1252 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_convert_helper.pas33 procedure CharToBool(); procedure
195 procedure TSDOConvertHelper_Test.CharToBool(); procedure
200 CheckEquals(True, locObj.CharToBool('8'));
201 CheckEquals(False, locObj.CharToBool(#0));
202 CheckEquals(True, locObj.CharToBool(#1));
203 CheckEquals(True, locObj.CharToBool('T'));
H A Dtest_changesummary.pas1122 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1143 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1164 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1186 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1209 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1230 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
1252 …CheckEquals( TSDOConvertHelper.CharToBool(localObj.getCharacterValue()), localObj.getBooleanValue(…
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo.pas1598 …class function CharToBool(const AValue : TSDOChar) : TSDOBoolean; {$IFDEF USE_INLINE}inline;{$ENDI…
1810 CharacterType : Result := TSDOConvertHelper.CharToBool(FValue.CharValue);
2290 class function TSDOConvertHelper.CharToBool(const AValue: TSDOChar): TSDOBoolean;
H A Dsdo_type.pas1423 CharacterType : Result := TSDOConvertHelper.CharToBool(FDefault.CharValue);
2055 BooleanType : FDefault.BooleanValue := TSDOConvertHelper.CharToBool(AValue);
H A Dsdo_field_imp.pas1803 setBoolean(ABuffer,AOffset,TSDOConvertHelper.CharToBool(AValue));
2719 Result := TSDOConvertHelper.CharToBool(getCharacter(ABuffer,AOffset));
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo.pas1598 …class function CharToBool(const AValue : TSDOChar) : TSDOBoolean; {$IFDEF USE_INLINE}inline;{$ENDI…
1810 CharacterType : Result := TSDOConvertHelper.CharToBool(FValue.CharValue);
2290 class function TSDOConvertHelper.CharToBool(const AValue: TSDOChar): TSDOBoolean;
H A Dsdo_type.pas1423 CharacterType : Result := TSDOConvertHelper.CharToBool(FDefault.CharValue);
2055 BooleanType : FDefault.BooleanValue := TSDOConvertHelper.CharToBool(AValue);
H A Dsdo_field_imp.pas1803 setBoolean(ABuffer,AOffset,TSDOConvertHelper.CharToBool(AValue));
2719 Result := TSDOConvertHelper.CharToBool(getCharacter(ABuffer,AOffset));
/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/src/
H A Dinifiles.pp275 function CharToBool(AChar: char): boolean;
726 Result := CharToBool(s[1]);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/src/
H A Dinifiles.pp275 function CharToBool(AChar: char): boolean;
726 Result := CharToBool(s[1]);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/src/
H A Dinifiles.pp275 function CharToBool(AChar: char): boolean;
726 Result := CharToBool(s[1]);