Home
last modified time | relevance | path

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

12345678910>>...43

/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h130 UBool localeFlag;
131 UBool currencyFlag;
132 UBool patternFlag;
133 UBool formatFlag;
134 UBool outputFlag;
135 UBool commentFlag;
136 UBool minIntegerDigitsFlag;
137 UBool maxIntegerDigitsFlag;
138 UBool minFractionDigitsFlag;
139 UBool maxFractionDigitsFlag;
[all …]
Dintltest.h52 UnicodeString toString(UBool b);
144 …virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be o…
146 virtual UBool setVerbose( UBool verbose = TRUE );
147 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
148 virtual UBool setQuick( UBool quick = TRUE );
149 virtual UBool setLeaks( UBool leaks = TRUE );
150 virtual UBool setNotime( UBool no_time = TRUE );
151 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE );
175 UBool logKnownIssue( const char *ticket, const UnicodeString &message );
184 UBool logKnownIssue( const char *ticket );
[all …]
Dintltest.cpp54 static UBool noKnownIssues = FALSE; // if TRUE, don't emit known issues
220 UnicodeString toString(UBool b) { in toString()
293 static inline UBool isPrintable(UChar32 c) { in isPrintable()
335 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify()
574 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest()
579 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()
589 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose()
591 UBool rval = this->verbose; in setVerbose()
596 UBool IntlTest::setNotime( UBool no_time ) in setNotime()
598 UBool rval = this->no_time; in setNotime()
[all …]
Dnmfmtrt.h24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
27 static UBool verbose;
28 static UBool STRING_COMPARE;
29 static UBool EXACT_NUMERIC_COMPARE;
30 static UBool DEBUG_VAR;
48 static inline UBool
52 static inline UBool
70 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
Ddatadrivennumberformattestsuite.h42 void run(const char *fileName, UBool runAllTests);
55 virtual UBool isFormatPass(
76 virtual UBool isFormatPass(
90 virtual UBool isToPatternPass(
97 virtual UBool isParsePass(
105 virtual UBool isParseCurrencyPass(
113 virtual UBool isSelectPass(
133 UBool breaksC();
134 UBool readLine(UCHARBUF *f, UErrorCode &);
135 UBool isPass(
/external/icu/icu4c/source/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) const;
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
312UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
[all …]
Dvtzone.h71 virtual UBool operator==(const TimeZone& that) const;
81 virtual UBool operator!=(const TimeZone& that) const;
121 UBool getTZURL(UnicodeString& url) const;
138 UBool getLastModified(UDate& lastModified) const;
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
287 virtual UBool useDaylightTime(void) const;
302 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
312 virtual UBool hasSameRules(const TimeZone& other) const;
322 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
332 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
[all …]
Dregex.h120 UBool operator==(const RegexPattern& that) const;
130 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
394 static UBool U_EXPORT2 matches(const UnicodeString &regex,
413 static UBool U_EXPORT2 matches(UText *regex,
625 UBool fNeedsAltInput;
778 virtual UBool matches(UErrorCode &status);
791 virtual UBool matches(int64_t startIndex, UErrorCode &status);
807 virtual UBool lookingAt(UErrorCode &status);
823 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
838 virtual UBool find();
[all …]
Ddecimfmt.h818 virtual void setGroupingUsed(UBool newValue);
827 virtual void setParseIntegerOnly(UBool value);
923 virtual UBool operator==(const Format& other) const;
1519 virtual UBool isScientificNotation(void) const;
1536 virtual void setScientificNotation(UBool useScientific);
1576 virtual UBool isExponentSignAlwaysShown(void) const;
1591 virtual void setExponentSignAlwaysShown(UBool expSignAlways);
1697 UBool isDecimalSeparatorAlwaysShown(void) const;
1707 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1715 UBool isDecimalPatternMatchRequired(void) const;
[all …]
Dtzfmt.h298 virtual UBool operator==(const Format& other) const;
457 …nicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool
475 …odeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool
707 UBool fAbuttingOffsetHoursAndMinutes;
816 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
828 UnicodeString& formatOffsetISO8601(int32_t offset, UBool isBasic, UBool useUtcIndicator,
829 UBool isShort, UBool ignoreSeconds, UnicodeString& result, UErrorCode& status) const;
838 …UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErr…
854 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly,
855 UBool* hasDigitOffset = NULL) const;
[all …]
/external/icu/icu4c/source/common/
Duchar.c43 U_CFUNC UBool
72 static UBool U_CALLCONV
94 U_CAPI UBool U_EXPORT2
98 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
102 U_CAPI UBool U_EXPORT2
106 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
110 U_CAPI UBool U_EXPORT2
114 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
118 U_CAPI UBool U_EXPORT2
122 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()
[all …]
Dnormalizer2impl.h60 static inline UBool isHangul(UChar32 c) { in isHangul()
63 static inline UBool
68 static inline UBool isJamoL(UChar32 c) { in isJamoL()
71 static inline UBool isJamoV(UChar32 c) { in isJamoV()
127 UBool init(int32_t destCapacity, UErrorCode &errorCode);
129 UBool isEmpty() const { return start==limit; } in isEmpty()
135 UBool equals(const UChar *start, const UChar *limit) const;
142 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append()
148 UBool append(const UChar *s, int32_t length,
151 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP()
[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 …]
Duvector.h114 UBool operator==(const UVector& other);
119 inline UBool operator!=(const UVector& other);
141 UBool equals(const UVector &other) const;
153 UBool contains(void* obj) const;
155 UBool contains(int32_t obj) const;
157 UBool containsAll(const UVector& other) const;
159 UBool removeAll(const UVector& other);
161 UBool retainAll(const UVector& other);
165 UBool removeElement(void* obj);
171 UBool isEmpty(void) const;
[all …]
/external/icu/icu4c/source/common/unicode/
Duniset.h314 inline UBool isBogus(void) const;
472 virtual UBool operator==(const UnicodeSet& o) const;
479 UBool operator!=(const UnicodeSet& o) const;
553 inline UBool isFrozen() const;
601 static UBool resemblesPattern(const UnicodeString& pattern,
693 UBool escapeUnprintable = FALSE) const;
770 virtual UBool isEmpty(void) const;
779 virtual UBool contains(UChar32 c) const;
789 virtual UBool contains(UChar32 start, UChar32 end) const;
798 UBool contains(const UnicodeString& s) const;
[all …]
Dmessagepattern.h525 UBool operator==(const MessagePattern &other) const;
532 inline UBool operator!=(const MessagePattern &other) const {
566 UBool hasNamedArguments() const { in hasNamedArguments()
575 UBool hasNumberedArguments() const { in hasNumberedArguments()
666 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches()
787 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue()
796 UBool operator==(const Part &other) const;
803 inline UBool operator!=(const Part &other) const {
872 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
888 static UBool isArgTypeChar(UChar32 c);
[all …]
/external/icu/icu4c/source/i18n/
Dcsrmbcs.h36 UBool error;
37 UBool done;
74 UBool match(InputText* input, CharsetMatch *results) const = 0;
88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
101 UBool nextChar(IteratedChar *it, InputText *det) const;
103 UBool match(InputText* input, CharsetMatch *results) const;
125 UBool match(InputText* input, CharsetMatch *results) const = 0;
132 UBool nextChar(IteratedChar *it, InputText *det) const;
147 UBool match(InputText* input, CharsetMatch *results) const;
162 UBool match(InputText* input, CharsetMatch *results) const;
[all …]
Dvisibledigits.h38 UBool isNegative() const;
39 UBool isNaN() const;
40 UBool isInfinite() const;
41 UBool isNaNOrInfinity() const;
62 …al(double &source, int64_t &intValue, int64_t &f, int64_t &t, int32_t &v, UBool &hasIntValue) cons…
100 UBool fAbsIntValueSet;
111 UBool fAbsDoubleValueSet;
118 UBool isOverMaxDigits() const;
142 UBool isNegative() const { return fMantissa.isNegative(); } in isNegative()
143 UBool isNaN() const { return fMantissa.isNaN(); } in isNaN()
[all …]
Dusrchimp.h72 UBool isEmpty() const;
82 UBool toShift;
83 UBool isShifted;
134 UBool isOverlap;
135 UBool isCanonicalMatch;
145 UBool isForwardSearching;
146 UBool reset;
159 UBool hasPrefixAccents;
160 UBool hasSuffixAccents;
178 UBool ownCollator;
[all …]
Dnfrs.h36 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
41 UBool operator==(const NFRuleSet& rhs) const;
42 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
44 UBool isPublic() const { return fIsPublic; } in isPublic()
46 UBool isParseable() const { return fIsParseable; } in isParseable()
48 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet()
51 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
56UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result)…
76 UBool fIsFractionRuleSet;
77 UBool fIsPublic;
[all …]
Dtzrule.cpp54 UBool
63 UBool
84 UBool
121 UBool
128 UBool
133 UBool
144 UBool
151 UBool
158 UBool
162 UBool /*inclusive*/, in getNextStart() argument
[all …]
/external/icu/icu4c/source/io/
Duprintf.h41 UBool fAlt; /* # flag */
42 UBool fSpace; /* Space flag */
43 UBool fLeft; /* - flag */
44 UBool fShowSign; /* + flag */
45 UBool fZero; /* 0 flag */
47 UBool fIsLongDouble; /* L flag */
48 UBool fIsShort; /* h flag */
49 UBool fIsLong; /* l flag */
50 UBool fIsLongLong; /* ll flag */
/external/icu/icu4c/source/tools/genrb/
Derrmsg.c34 static UBool gShowWarning = TRUE;
36 U_CFUNC void setShowWarning(UBool val) in setShowWarning()
41 U_CFUNC UBool getShowWarning(){ in getShowWarning()
45 static UBool gStrict =FALSE;
46 U_CFUNC UBool isStrict(){ in isStrict()
49 U_CFUNC void setStrict(UBool val){ in setStrict()
52 static UBool gVerbose =FALSE;
53 U_CFUNC UBool isVerbose(){ in isVerbose()
56 U_CFUNC void setVerbose(UBool val){ in setVerbose()
/external/icu/icu4c/source/tools/toolutil/
Ducm.h83 UBool isSorted;
125 U_CAPI UBool U_EXPORT2
137 U_CAPI UBool U_EXPORT2
138 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
143 U_CAPI UBool U_EXPORT2
144 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
172 UBool forBase, UCMStates *baseStates,
179 U_CAPI UBool U_EXPORT2
226 U_CAPI UBool U_EXPORT2
228 UCMTable *moveTarget, UBool intersectBase);
[all …]

12345678910>>...43