Home
last modified time | relevance | path

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

12345678910>>...46

/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h135 UBool localeFlag;
136 UBool currencyFlag;
137 UBool patternFlag;
138 UBool formatFlag;
139 UBool outputFlag;
140 UBool commentFlag;
141 UBool minIntegerDigitsFlag;
142 UBool maxIntegerDigitsFlag;
143 UBool minFractionDigitsFlag;
144 UBool maxFractionDigitsFlag;
[all …]
Dintltest.h53 UnicodeString toString(UBool b);
145 …virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be o…
147 virtual UBool setVerbose( UBool verbose = TRUE );
148 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
149 virtual UBool setQuick( UBool quick = TRUE );
150 virtual UBool setLeaks( UBool leaks = TRUE );
151 virtual UBool setNotime( UBool no_time = TRUE );
152 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE );
153 virtual UBool setWriteGoldenData( UBool write_golden_data = TRUE );
177 UBool logKnownIssue( const char *ticket, const UnicodeString &message );
[all …]
Dintltest.cpp65 static UBool noKnownIssues = FALSE; // if TRUE, don't emit known issues
243 UnicodeString toString(UBool b) { in toString()
329 static inline UBool isPrintable(UChar32 c) { in isPrintable()
371 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify()
553 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par, const char* basename) in callTest()
559 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath); in callTest()
570 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose()
572 UBool rval = this->verbose; in setVerbose()
577 UBool IntlTest::setNotime( UBool no_time ) in setNotime()
579 UBool rval = this->no_time; in setNotime()
[all …]
Dnmfmtrt.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
29 static UBool verbose;
30 static UBool STRING_COMPARE;
31 static UBool EXACT_NUMERIC_COMPARE;
32 static UBool DEBUG_VAR;
50 static inline UBool
54 static inline UBool
72 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
Ddatadrivennumberformattestsuite.h45 void run(const char *fileName, UBool runAllTests);
58 virtual UBool isFormatPass(
79 virtual UBool isFormatPass(
93 virtual UBool isToPatternPass(
100 virtual UBool isParsePass(
108 virtual UBool isParseCurrencyPass(
116 virtual UBool isSelectPass(
136 UBool breaksC();
137 UBool readLine(UCHARBUF *f, UErrorCode &);
138 UBool isPass(
/external/icu/icu4c/source/i18n/unicode/
Dtzrule.h59 virtual UBool operator==(const TimeZoneRule& that) const;
68 virtual UBool operator!=(const TimeZoneRule& that) const;
101 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
114 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
127 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = …
143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
144 UBool inclusive, UDate& result) const = 0;
160 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
161 UBool inclusive, UDate& result) const = 0;
250 virtual UBool operator==(const TimeZoneRule& that) const;
[all …]
Drbtz.h79 virtual UBool operator==(const TimeZone& that) const;
89 virtual UBool operator!=(const TimeZone& that) const;
200 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
227 virtual UBool useDaylightTime(void) const;
243 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
254 virtual UBool hasSameRules(const TimeZone& other) const;
264 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
274 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
316 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
318UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
[all …]
Dvtzone.h75 virtual UBool operator==(const TimeZone& that) const;
85 virtual UBool operator!=(const TimeZone& that) const;
125 UBool getTZURL(UnicodeString& url) const;
142 UBool getLastModified(UDate& lastModified) const;
264 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
291 virtual UBool useDaylightTime(void) const;
307 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
318 virtual UBool hasSameRules(const TimeZone& other) const;
328 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
338 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
[all …]
Dregex.h122 UBool operator==(const RegexPattern& that) const;
132 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);}
396 static UBool U_EXPORT2 matches(const UnicodeString &regex,
415 static UBool U_EXPORT2 matches(UText *regex,
627 UBool fNeedsAltInput;
776 virtual UBool matches(UErrorCode &status);
789 virtual UBool matches(int64_t startIndex, UErrorCode &status);
805 virtual UBool lookingAt(UErrorCode &status);
821 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
836 virtual UBool find();
[all …]
/external/icu/icu4c/source/common/
Dnormalizer2impl.h75 static inline UBool isHangul(UChar32 c) { in isHangul()
78 static inline UBool
83 static inline UBool isJamoL(UChar32 c) { in isJamoL()
86 static inline UBool isJamoV(UChar32 c) { in isJamoV()
89 static inline UBool isJamoT(UChar32 c) { in isJamoT()
93 static UBool isJamo(UChar32 c) { in isJamo()
153 UBool init(int32_t destCapacity, UErrorCode &errorCode);
155 UBool isEmpty() const { return start==limit; } in isEmpty()
161 UBool equals(const UChar *start, const UChar *limit) const;
162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
[all …]
Duchar.cpp67 static UBool U_CALLCONV
89 U_CAPI UBool U_EXPORT2
93 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
97 U_CAPI UBool U_EXPORT2
101 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
105 U_CAPI UBool U_EXPORT2
109 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
113 U_CAPI UBool U_EXPORT2
117 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()
120 U_CAPI UBool U_EXPORT2
[all …]
Dulocimp.h87 UBool strict,
145 ulocimp_getRegionForSupplementalData(const char *localeID, UBool inferRegion,
219 U_CFUNC UBool
222 U_CFUNC UBool
225 U_CFUNC UBool
228 U_CFUNC UBool
231 U_CFUNC UBool
234 U_CFUNC UBool
237 U_CFUNC UBool
240 U_CFUNC UBool
[all …]
Duvectr32.h89 UBool operator==(const UVector32& other);
94 inline UBool operator!=(const UVector32& other);
108 UBool equals(const UVector32 &other) const;
114 inline UBool contains(int32_t elem) const;
116 UBool containsAll(const UVector32& other) const;
118 UBool removeAll(const UVector32& other);
120 UBool retainAll(const UVector32& other);
128 inline UBool isEmpty(void) const;
131 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
134 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
[all …]
Duvector.h116 UBool operator==(const UVector& other);
121 inline UBool operator!=(const UVector& other);
143 UBool equals(const UVector &other) const;
155 inline UBool contains(void* obj) const;
157 inline UBool contains(int32_t obj) const;
159 UBool containsAll(const UVector& other) const;
161 UBool removeAll(const UVector& other);
163 UBool retainAll(const UVector& other);
167 UBool removeElement(void* obj);
173 inline UBool isEmpty(void) const;
[all …]
/external/icu/icu4c/source/common/unicode/
Duniset.h332 inline UBool isBogus(void) const;
490 virtual UBool operator==(const UnicodeSet& o) const;
497 inline UBool operator!=(const UnicodeSet& o) const;
571 inline UBool isFrozen() const;
618 static UBool resemblesPattern(const UnicodeString& pattern,
710 UBool escapeUnprintable = FALSE) const;
787 virtual UBool isEmpty(void) const;
796 virtual UBool contains(UChar32 c) const;
806 virtual UBool contains(UChar32 start, UChar32 end) const;
815 UBool contains(const UnicodeString& s) const;
[all …]
Dmessagepattern.h529 UBool operator==(const MessagePattern &other) const;
536 inline UBool operator!=(const MessagePattern &other) const {
570 UBool hasNamedArguments() const { in hasNamedArguments()
579 UBool hasNumberedArguments() const { in hasNumberedArguments()
670 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches()
791 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue()
800 UBool operator==(const Part &other) const;
807 inline UBool operator!=(const Part &other) const {
876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
892 static UBool isArgTypeChar(UChar32 c);
[all …]
Dedits.h165 UBool copyErrorTo(UErrorCode &outErrorCode) const;
177 UBool hasChanges() const { return numChanges != 0; } in hasChanges()
232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next()
253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex()
276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex()
335 UBool hasChange() const { return changed; } in hasChange()
406 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);
411 UBool noNext();
412 UBool next(UBool onlyChanges, UErrorCode &errorCode);
413 UBool previous(UErrorCode &errorCode);
[all …]
/external/icu/icu4c/source/i18n/
Dcsrmbcs.h38 UBool error;
39 UBool done;
76 UBool match(InputText* input, CharsetMatch *results) const = 0;
90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
103 UBool nextChar(IteratedChar *it, InputText *det) const;
105 UBool match(InputText* input, CharsetMatch *results) const;
127 UBool match(InputText* input, CharsetMatch *results) const = 0;
134 UBool nextChar(IteratedChar *it, InputText *det) const;
149 UBool match(InputText* input, CharsetMatch *results) const;
164 UBool match(InputText* input, CharsetMatch *results) const;
[all …]
Dusrchimp.h74 UBool isEmpty() const;
84 UBool toShift;
85 UBool isShifted;
136 UBool isOverlap;
137 UBool isCanonicalMatch;
147 UBool isForwardSearching;
148 UBool reset;
161 UBool hasPrefixAccents;
162 UBool hasSuffixAccents;
180 UBool ownCollator;
[all …]
Dnfrs.h38 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
43 UBool operator==(const NFRuleSet& rhs) const;
44 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
46 UBool isPublic() const { return fIsPublic; } in isPublic()
48 UBool isParseable() const { return fIsParseable; } in isParseable()
50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet()
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
58UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumerica…
78 UBool fIsFractionRuleSet;
79 UBool fIsPublic;
[all …]
Dtzrule.cpp56 UBool
65 UBool
86 UBool
123 UBool
130 UBool
135 UBool
146 UBool
153 UBool
160 UBool
164 UBool /*inclusive*/, in getNextStart() argument
[all …]
/external/icu/icu4c/source/io/
Duprintf.h43 UBool fAlt; /* # flag */
44 UBool fSpace; /* Space flag */
45 UBool fLeft; /* - flag */
46 UBool fShowSign; /* + flag */
47 UBool fZero; /* 0 flag */
49 UBool fIsLongDouble; /* L flag */
50 UBool fIsShort; /* h flag */
51 UBool fIsLong; /* l flag */
52 UBool fIsLongLong; /* ll flag */
/external/icu/icu4c/source/tools/genrb/
Derrmsg.c36 static UBool gShowWarning = TRUE;
38 U_CFUNC void setShowWarning(UBool val) in setShowWarning()
43 U_CFUNC UBool getShowWarning(){ in getShowWarning()
47 static UBool gStrict =FALSE;
48 U_CFUNC UBool isStrict(){ in isStrict()
51 U_CFUNC void setStrict(UBool val){ in setStrict()
54 static UBool gVerbose =FALSE;
55 U_CFUNC UBool isVerbose(){ in isVerbose()
58 U_CFUNC void setVerbose(UBool val){ in setVerbose()
/external/icu/icu4c/source/test/cintltst/
Dcintltst.h109 U_CFUNC UBool ctest_resetICU(void);
114 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
120 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
129 U_CFUNC UBool assertTrue(const char* msg, int condition);
135 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
142 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual);
154 U_CFUNC UBool assertPtrEquals(const char* msg, const void* expected, const void* actual);
/external/icu/icu4c/source/tools/toolutil/
Ducm.h85 UBool isSorted;
127 U_CAPI UBool U_EXPORT2
139 U_CAPI UBool U_EXPORT2
140 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
145 U_CAPI UBool U_EXPORT2
146 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
174 UBool forBase, UCMStates *baseStates,
181 U_CAPI UBool U_EXPORT2
228 U_CAPI UBool U_EXPORT2
230 UCMTable *moveTarget, UBool intersectBase);
[all …]

12345678910>>...46