Home
last modified time | relevance | path

Searched defs:IsWellFormed (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/intl/locale/
H A DMozLocale.h81 bool IsWellFormed() const { return mIsWellFormed; } in IsWellFormed() function
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locale/
H A DMozLocale.h81 bool IsWellFormed() const { return mIsWellFormed; } in IsWellFormed() function
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locale/
H A DMozLocale.h81 bool IsWellFormed() const { return mIsWellFormed; } in IsWellFormed() function
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/hlandau/acmeapi.v2/
H A Dtypes.go129 func (s AccountStatus) IsWellFormed() bool { func
242 func (s OrderStatus) IsWellFormed() bool { func
335 func (s AuthorizationStatus) IsWellFormed() bool { func
422 func (s ChallengeStatus) IsWellFormed() bool { func
/dports/audio/musicpd/mpd-0.23.6/src/protocol/
H A DRangeArg.hxx62 constexpr bool IsWellFormed() const noexcept { in IsWellFormed() function
/dports/math/gambit/gambit-16.0.1/library/include/gambit/linalg/
H A Dlpsolve.h74 bool IsWellFormed(void) const { return well_formed; } in IsWellFormed() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Util/
H A DSimpleParser.cs110 internal static bool IsWellFormed(String text) in IsWellFormed() method in System.Web.UI.Design.MobileControls.Util.SimpleParser
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dobjref.cs1078 internal static bool IsWellFormed(ObjRef objectRef) in IsWellFormed() method in System.Runtime.Remoting.ObjRef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Globalization/
H A Dmod.rs3212 …pub fn IsWellFormed<'a, Param0: ::windows::runtime::IntoParam<'a, ::windows::runtime::HSTRING>>(la… in IsWellFormed() method
/dports/security/snort/snort-2.9.18/src/preprocessors/Stream6/
H A Dsnort_stream_tcp.c6282 static inline int IsWellFormed(Packet *p, StreamTracker *ts) in IsWellFormed() function