Home | History | Annotate | Download | only in intltest

Lines Matching full:static

27     static UBool verbose;
28 static UBool STRING_COMPARE;
29 static UBool EXACT_NUMERIC_COMPARE;
30 static UBool DEBUG;
31 static double MAX_ERROR;
32 static double max_numeric_error;
33 static double min_numeric_error;
43 static double randomDouble(double range);
44 static double proportionalError(const Formattable& a, const Formattable& b);
45 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
46 static UnicodeString& escape(UnicodeString& s);
48 static inline UBool
52 static inline UBool
59 static uint32_t randLong();
64 static double randFraction()