Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

160     static UBool isValidKeyword(const UnicodeString& token);
290 UBool quickInit(double n); // Try a fast-path only initialization,
301 UBool _hasIntegerValue;
302 UBool isNegative;
303 UBool _isNaN;
304 UBool _isInfinite;
317 UBool negated = FALSE; // TRUE for negated rules.
318 UBool integerOnly = FALSE; // TRUE for 'within' rules.
328 // UBool isFulfilled(double number);
329 UBool isFulfilled(const IFixedDecimal &number);
343 // UBool isFulfilled(double number);
344 UBool isFulfilled(const IFixedDecimal &number);
354 UBool fDecimalSamplesUnbounded = FALSE;
355 UBool fIntegerSamplesUnbounded = FALSE;
366 UBool isKeyword(const UnicodeString& keyword) const;