Home
last modified time | relevance | path

Searched refs:UBool (Results 1 – 25 of 1659) sorted by relevance

12345678910>>...67

/external/chromium/third_party/icu/source/test/intltest/
Dintltest.h75 virtual UBool runTest( char* name = NULL, char* par = NULL ); // not to be overidden
77 virtual UBool setVerbose( UBool verbose = TRUE );
78 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
79 virtual UBool setQuick( UBool quick = TRUE );
80 virtual UBool setLeaks( UBool leaks = TRUE );
81 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE );
149 UBool isICUVersionAtLeast(const UVersionInfo x);
158UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=…
159 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
160 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE);
[all …]
/external/icu4c/test/intltest/
Dintltest.h76 virtual UBool runTest( char* name = NULL, char* par = NULL ); // not to be overidden
78 virtual UBool setVerbose( UBool verbose = TRUE );
79 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
80 virtual UBool setQuick( UBool quick = TRUE );
81 virtual UBool setLeaks( UBool leaks = TRUE );
82 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE );
151 UBool isICUVersionAtLeast(const UVersionInfo x);
160UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=…
161 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
162 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE);
[all …]
/external/icu4c/i18n/unicode/
Dtzrule.h55 virtual UBool operator==(const TimeZoneRule& that) const;
64 virtual UBool operator!=(const TimeZoneRule& that) const;
97 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
110 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
123 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
140 UBool inclusive, UDate& result) const = 0;
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
157 UBool inclusive, UDate& result) const = 0;
246 virtual UBool operator==(const TimeZoneRule& that) const;
[all …]
Drbtz.h75 virtual UBool operator==(const TimeZone& that) const;
85 virtual UBool operator!=(const TimeZone& that) const;
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
223 virtual UBool useDaylightTime(void) const;
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
248 virtual UBool hasSameRules(const TimeZone& other) const;
258 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
268 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
312UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
[all …]
Ddecimfmt.h824 virtual UBool operator==(const Format& other) const;
1421 virtual UBool isScientificNotation(void);
1438 virtual void setScientificNotation(UBool useScientific);
1478 virtual UBool isExponentSignAlwaysShown(void);
1493 virtual void setExponentSignAlwaysShown(UBool expSignAlways);
1562 UBool isDecimalSeparatorAlwaysShown(void) const;
1572 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1779 UBool areSignificantDigitsUsed() const;
1788 void setSignificantDigitsUsed(UBool useSignificantDigits);
1876 UnicodeString& toPattern(UnicodeString& result, UBool localized) const;
[all …]
Dregex.h135 UBool operator==(const RegexPattern& that) const;
145 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);};
445 static UBool U_EXPORT2 matches(const UnicodeString &regex,
465 static UBool U_EXPORT2 matches(UText *regex,
619 UBool fNeedsAltInput;
765 virtual UBool matches(UErrorCode &status);
778 virtual UBool matches(int32_t startIndex, UErrorCode &status);
794 virtual UBool lookingAt(UErrorCode &status);
810 virtual UBool lookingAt(int32_t startIndex, UErrorCode &status);
825 virtual UBool find();
[all …]
Dvtzone.h69 virtual UBool operator==(const TimeZone& that) const;
79 virtual UBool operator!=(const TimeZone& that) const;
109 UBool getTZURL(UnicodeString& url) const;
126 UBool getLastModified(UDate& lastModified) const;
248 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
275 virtual UBool useDaylightTime(void) const;
290 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
300 virtual UBool hasSameRules(const TimeZone& other) const;
310 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
320 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
[all …]
/external/chromium/third_party/icu/public/i18n/unicode/
Dtzrule.h55 virtual UBool operator==(const TimeZoneRule& that) const;
64 virtual UBool operator!=(const TimeZoneRule& that) const;
97 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
110 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
123 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
140 UBool inclusive, UDate& result) const = 0;
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
157 UBool inclusive, UDate& result) const = 0;
246 virtual UBool operator==(const TimeZoneRule& that) const;
[all …]
Ddecimfmt.h48 UBool U_CALLCONV decimfmtAffixValueComparator(UHashTok val1, UHashTok val2) ;
53 UBool U_CALLCONV decimfmtAffixPatternValueComparator(UHashTok val1, UHashTok val2) ;
835 virtual UBool operator==(const Format& other) const;
1310 virtual UBool isScientificNotation(void);
1327 virtual void setScientificNotation(UBool useScientific);
1367 virtual UBool isExponentSignAlwaysShown(void);
1382 virtual void setExponentSignAlwaysShown(UBool expSignAlways);
1451 UBool isDecimalSeparatorAlwaysShown(void) const;
1461 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1668 UBool areSignificantDigitsUsed() const;
[all …]
Drbtz.h75 virtual UBool operator==(const TimeZone& that) const;
85 virtual UBool operator!=(const TimeZone& that) const;
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
223 virtual UBool useDaylightTime(void) const;
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
248 virtual UBool hasSameRules(const TimeZone& other) const;
258 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
268 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
312UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
[all …]
Dregex.h132 UBool operator==(const RegexPattern& that) const;
142 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);};
318 static UBool U_EXPORT2 matches(const UnicodeString &regex,
525 virtual UBool matches(UErrorCode &status);
537 virtual UBool matches(int32_t startIndex, UErrorCode &status);
555 virtual UBool lookingAt(UErrorCode &status);
571 virtual UBool lookingAt(int32_t startIndex, UErrorCode &status);
585 virtual UBool find();
597 virtual UBool find(int32_t start, UErrorCode &status);
808 virtual UBool hasTransparentBounds() const;
[all …]
Dvtzone.h69 virtual UBool operator==(const TimeZone& that) const;
79 virtual UBool operator!=(const TimeZone& that) const;
109 UBool getTZURL(UnicodeString& url) const;
126 UBool getLastModified(UDate& lastModified) const;
248 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
275 virtual UBool useDaylightTime(void) const;
290 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
300 virtual UBool hasSameRules(const TimeZone& other) const;
310 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
320 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
[all …]
/external/chromium/third_party/icu/public/common/unicode/
Duniset.h310 inline UBool isBogus(void) const;
444 virtual UBool operator==(const UnicodeSet& o) const;
451 UBool operator!=(const UnicodeSet& o) const;
525 inline UBool isFrozen() const;
573 static UBool resemblesPattern(const UnicodeString& pattern,
663 UBool escapeUnprintable = FALSE) const;
740 virtual UBool isEmpty(void) const;
749 virtual UBool contains(UChar32 c) const;
759 virtual UBool contains(UChar32 start, UChar32 end) const;
768 UBool contains(const UnicodeString& s) const;
[all …]
/external/icu4c/common/
Dnormalizer2impl.h54 static inline UBool isHangul(UChar32 c) { in isHangul()
57 static inline UBool
62 static inline UBool isJamoL(UChar32 c) { in isJamoL()
65 static inline UBool isJamoV(UChar32 c) { in isJamoV()
103 UBool init(int32_t destCapacity, UErrorCode &errorCode);
105 UBool isEmpty() const { return start==limit; } in isEmpty()
111 UBool equals(const UChar *start, const UChar *limit) const;
118 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append()
124 UBool append(const UChar *s, int32_t length,
127 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP()
[all …]
Duchar.c71 static UBool U_CALLCONV
95 static UBool U_CALLCONV uchar_cleanup(void) in uchar_cleanup()
243 U_CFUNC UBool
281 static UBool U_CALLCONV
307 U_CAPI UBool U_EXPORT2
311 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
315 U_CAPI UBool U_EXPORT2
319 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
323 U_CAPI UBool U_EXPORT2
327 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
[all …]
Duvectr32.h87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
112 UBool contains(int32_t elem) const;
114 UBool containsAll(const UVector32& other) const;
116 UBool removeAll(const UVector32& other);
118 UBool retainAll(const UVector32& other);
126 UBool isEmpty(void) const;
129 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
[all …]
/external/icu4c/common/unicode/
Duniset.h310 inline UBool isBogus(void) const;
444 virtual UBool operator==(const UnicodeSet& o) const;
451 UBool operator!=(const UnicodeSet& o) const;
525 inline UBool isFrozen() const;
573 static UBool resemblesPattern(const UnicodeString& pattern,
663 UBool escapeUnprintable = FALSE) const;
740 virtual UBool isEmpty(void) const;
749 virtual UBool contains(UChar32 c) const;
759 virtual UBool contains(UChar32 start, UChar32 end) const;
768 UBool contains(const UnicodeString& s) const;
[all …]
/external/chromium/third_party/icu/source/i18n/
Dzstrfmt.h33 inline UBool hasValues() const;
41 UBool fHasValuesVector;
42 UBool fPadding;
49 inline UBool CharacterNode::hasValues() const { in hasValues()
50 return (UBool)(fValues != NULL); in hasValues()
73 virtual UBool handleMatch(int32_t matchLength,
84 TextTrieMap(UBool ignoreCase);
93 UBool fIgnoreCase;
98 UBool growNodes();
146 inline UBool isStandard(void) const;
[all …]
Dusrchimp.h27 UBool isOverlap;
28 UBool isCanonicalMatch;
37 UBool isForwardSearching;
38 UBool reset;
51 UBool hasPrefixAccents;
52 UBool hasSuffixAccents;
68 UBool ownCollator;
72 UBool toShift;
100 UBool usearch_handleNextExact(UStringSearch *strsrch, UErrorCode *status);
111 UBool usearch_handleNextCanonical(UStringSearch *strsrch, UErrorCode *status);
[all …]
Dtzrule.cpp52 UBool
61 UBool
82 UBool
119 UBool
126 UBool
131 UBool
143 UBool
150 UBool
157 UBool
161 UBool /*inclusive*/, in getNextStart() argument
[all …]
/external/icu4c/i18n/
Dzstrfmt.h33 inline UBool hasValues() const;
41 UBool fHasValuesVector;
42 UBool fPadding;
49 inline UBool CharacterNode::hasValues() const { in hasValues()
50 return (UBool)(fValues != NULL); in hasValues()
73 virtual UBool handleMatch(int32_t matchLength,
123 TextTrieMap(UBool ignoreCase);
132 UBool fIgnoreCase;
138 UBool fIsEmpty;
140 UBool growNodes();
[all …]
Dusrchimp.h28 UBool isOverlap;
29 UBool isCanonicalMatch;
39 UBool isForwardSearching;
40 UBool reset;
53 UBool hasPrefixAccents;
54 UBool hasSuffixAccents;
71 UBool ownCollator;
75 UBool toShift;
103 UBool usearch_handleNextExact(UStringSearch *strsrch, UErrorCode *status);
114 UBool usearch_handleNextCanonical(UStringSearch *strsrch, UErrorCode *status);
[all …]
Dtzrule.cpp52 UBool
61 UBool
82 UBool
119 UBool
126 UBool
131 UBool
143 UBool
150 UBool
157 UBool
161 UBool /*inclusive*/, in getNextStart() argument
[all …]
/external/chromium/third_party/icu/source/common/
Duchar.c72 static UBool U_CALLCONV
96 static UBool U_CALLCONV uchar_cleanup(void) in uchar_cleanup()
244 U_CFUNC UBool
282 static UBool U_CALLCONV
308 U_CAPI UBool U_EXPORT2
312 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
316 U_CAPI UBool U_EXPORT2
320 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
324 U_CAPI UBool U_EXPORT2
328 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
[all …]
Duvectr32.h87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
112 UBool contains(int32_t elem) const;
114 UBool containsAll(const UVector32& other) const;
116 UBool removeAll(const UVector32& other);
118 UBool retainAll(const UVector32& other);
126 UBool isEmpty(void) const;
129 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
[all …]

12345678910>>...67