Home | History | Annotate | Download | only in unicode

Lines Matching refs:UBool

300     virtual UBool operator==(const Format& other) const;
459 UnicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
477 UnicodeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
709 UBool fAbuttingOffsetHoursAndMinutes;
818 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
830 UnicodeString& formatOffsetISO8601(int32_t offset, UBool isBasic, UBool useUtcIndicator,
831 UBool isShort, UBool ignoreSeconds, UnicodeString& result, UErrorCode& status) const;
840 UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UBool
856 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly,
857 UBool* hasDigitOffset = NULL) const;
881 UBool isShort, UBool* hasDigitOffset) const;
893 UBool isShort, int32_t& parsedLen) const;
903 int32_t parseOffsetFields(const UnicodeString& text, int32_t start, UBool isShort, int32_t& parsedLen) const;
917 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1001 OffsetFields minFields, OffsetFields maxFields, UBool fixedHourWidth);