Home
last modified time | relevance | path

Searched refs:ParseSign (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLAttributeParsers.hh38 typedef ParseTokenSet< Set<T__PLUS,T__MINUS> > ParseSign; typedef
39 typedef ParseZeroOrOne<ParseSign> ParseOptionalSign;
/dports/math/form/form-4.2.1/sources/
H A Ddeclare.h65 #define ParseSign(sgn,s) {(sgn)=0;while(*(s)=='-'||*(s)=='+'){\ macro
67 #define ParseSignedNumber(x,s) { int sgn; ParseSign(sgn,s)\
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Ddatetimeparse.cs2960 private static bool ParseSign(ref __DTString str, ref bool result) { in ParseSign() method in System.DateTimeParse
2994 if (!ParseSign(ref str, ref isPositive)) { in ParseTimeZoneOffset()
3002 if (!ParseSign(ref str, ref isPositive)) { in ParseTimeZoneOffset()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DDateTimeParse.cs3201 private static bool ParseSign(ref __DTString str, ref bool result) in ParseSign() method in System.DateTimeParse
3242 if (!ParseSign(ref str, ref isPositive)) in ParseTimeZoneOffset()
3252 if (!ParseSign(ref str, ref isPositive)) in ParseTimeZoneOffset()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DDateTimeParse.cs3201 private static bool ParseSign(ref __DTString str, ref bool result) in ParseSign() method in System.DateTimeParse
3242 if (!ParseSign(ref str, ref isPositive)) in ParseTimeZoneOffset()
3252 if (!ParseSign(ref str, ref isPositive)) in ParseTimeZoneOffset()