Lines Matching refs:UBool
527 UBool operator==(const MessagePattern &other) const;
534 inline UBool operator!=(const MessagePattern &other) const {
568 UBool hasNamedArguments() const { in hasNamedArguments()
577 UBool hasNumberedArguments() const { in hasNumberedArguments()
668 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches()
789 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue()
798 UBool operator==(const Part &other) const;
805 inline UBool operator!=(const Part &other) const {
874 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
890 static UBool isArgTypeChar(UChar32 c);
892 UBool isChoice(int32_t index);
894 UBool isPlural(int32_t index);
896 UBool isSelect(int32_t index);
898 UBool isOrdinal(int32_t index);
904 UBool inMessageFormatPattern(int32_t nestingLevel);
910 UBool inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType);
923 UBool init(UErrorCode &errorCode);
924 UBool copyStorage(const MessagePattern &other, UErrorCode &errorCode);
936 UBool hasArgNames;
937 UBool hasArgNumbers;
938 UBool needsAutoQuoting;