Home | History | Annotate | Download | only in unicode

Lines Matching refs:UBool

175     UBool operator==(const DateFormatSymbols& other) const;
184 UBool operator!=(const DateFormatSymbols& other) const { return !operator==(other); }
864 UBool fCapitalization[kCapContextUsageTypeCount][2];
920 void initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData = FALSE);
945 static UBool arrayCompare(const UnicodeString* array1,
986 static UBool U_EXPORT2 isNumericField(UDateFormatField f, int32_t count);
991 static UBool U_EXPORT2 isNumericPatternChar(char16_t c, int32_t count);