Searched defs:is_non_negative (Results 1 – 9 of 9) sorted by relevance
78 bool is_non_negative = true; in Compute() local
96 pub fn is_non_negative(&self) -> bool { in is_non_negative() method
53 bool is_non_negative = (format == ParseIntFormat::NON_NEGATIVE || in ParseIntHelper() local
45 bool is_non_negative; member
75 inline bool icu4x::UtcOffset::is_non_negative() const { in is_non_negative() function in icu4x::UtcOffset
46 #define is_non_negative(a) ((a) > 0 || (a) == 0) macro
259 bool is_non_negative = *member.cast_to<RTCStatsMember<T>>() >= T(0); in TestMemberIsNonNegative() local