Lines Matching refs:UBool
524 UBool operator==(const MessagePattern &other) const;
531 inline UBool operator!=(const MessagePattern &other) const {
565 UBool hasNamedArguments() const { in hasNamedArguments()
574 UBool hasNumberedArguments() const { in hasNumberedArguments()
665 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches()
786 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue()
795 UBool operator==(const Part &other) const;
802 inline UBool operator!=(const Part &other) const {
871 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
887 static UBool isArgTypeChar(UChar32 c);
889 UBool isChoice(int32_t index);
891 UBool isPlural(int32_t index);
893 UBool isSelect(int32_t index);
895 UBool isOrdinal(int32_t index);
901 UBool inMessageFormatPattern(int32_t nestingLevel);
907 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;