/external/icu4c/test/intltest/ |
D | intltest.h | 129 …virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be o… 131 virtual UBool setVerbose( UBool verbose = TRUE ); 132 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE ); 133 virtual UBool setQuick( UBool quick = TRUE ); 134 virtual UBool setLeaks( UBool leaks = TRUE ); 135 virtual UBool setNotime( UBool no_time = TRUE ); 136 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE ); 204 static UBool isICUVersionBefore(int major, int minor) { in isICUVersionBefore() 211 static UBool isICUVersionBefore(int major, int minor, int milli); 216 static UBool isICUVersionAtLeast(int major, int minor) { in isICUVersionAtLeast() [all …]
|
D | nmfmtrt.h | 24 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; 48 static inline UBool 52 static inline UBool 70 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
|
D | intltest.cpp | 276 static inline UBool isPrintable(UChar32 c) { in isPrintable() 318 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 555 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() 560 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() 584 UBool IntlTest::setWarnOnMissingData( UBool warn_on_missing_dataVal ) in setWarnOnMissingData() 586 UBool rval = this->warn_on_missing_data; in setWarnOnMissingData() [all …]
|
/external/icu4c/i18n/unicode/ |
D | tzrule.h | 55 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 …]
|
D | rbtz.h | 75 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, 312 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… [all …]
|
D | vtzone.h | 71 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) /*con… [all …]
|
D | decimfmt.h | 886 virtual UBool operator==(const Format& other) const; 1532 virtual UBool isScientificNotation(void); 1549 virtual void setScientificNotation(UBool useScientific); 1589 virtual UBool isExponentSignAlwaysShown(void); 1604 virtual void setExponentSignAlwaysShown(UBool expSignAlways); 1673 UBool isDecimalSeparatorAlwaysShown(void) const; 1683 virtual void setDecimalSeparatorAlwaysShown(UBool newValue); 1890 UBool areSignificantDigitsUsed() const; 1899 void setSignificantDigitsUsed(UBool useSignificantDigits); 1987 UnicodeString& toPattern(UnicodeString& result, UBool localized) const; [all …]
|
D | regex.h | 131 UBool operator==(const RegexPattern& that) const; 141 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);} 406 static UBool U_EXPORT2 matches(const UnicodeString ®ex, 425 static UBool U_EXPORT2 matches(UText *regex, 604 UBool fNeedsAltInput; 750 virtual UBool matches(UErrorCode &status); 763 virtual UBool matches(int64_t startIndex, UErrorCode &status); 779 virtual UBool lookingAt(UErrorCode &status); 795 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status); 810 virtual UBool find(); [all …]
|
/external/icu4c/common/ |
D | uchar.c | 45 U_CFUNC UBool 74 static UBool U_CALLCONV 96 U_CAPI UBool U_EXPORT2 100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower() 104 U_CAPI UBool U_EXPORT2 108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper() 112 U_CAPI UBool U_EXPORT2 116 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle() 120 U_CAPI UBool U_EXPORT2 124 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit() [all …]
|
D | normalizer2impl.h | 57 static inline UBool isHangul(UChar32 c) { in isHangul() 60 static inline UBool 65 static inline UBool isJamoL(UChar32 c) { in isJamoL() 68 static inline UBool isJamoV(UChar32 c) { in isJamoV() 124 UBool init(int32_t destCapacity, UErrorCode &errorCode); 126 UBool isEmpty() const { return start==limit; } in isEmpty() 132 UBool equals(const UChar *start, const UChar *limit) const; 139 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() 145 UBool append(const UChar *s, int32_t length, 148 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() [all …]
|
D | uvectr32.h | 87 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 …]
|
D | uvector.h | 114 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 …]
|
D | util.h | 53 static UBool isUnprintable(UChar32 c); 61 static UBool escapeUnprintable(UnicodeString& result, UChar32 c); 89 UBool advance = FALSE); 124 static UBool parseChar(const UnicodeString& id, int32_t& pos, UChar ch); 216 UBool isLiteral, 217 UBool escapeUnprintable, 222 UBool isLiteral, 223 UBool escapeUnprintable, 228 UBool escapeUnprintable,
|
/external/icu4c/common/unicode/ |
D | uniset.h | 311 inline UBool isBogus(void) const; 447 virtual UBool operator==(const UnicodeSet& o) const; 454 UBool operator!=(const UnicodeSet& o) const; 528 inline UBool isFrozen() const; 576 static UBool resemblesPattern(const UnicodeString& pattern, 668 UBool escapeUnprintable = FALSE) const; 745 virtual UBool isEmpty(void) const; 754 virtual UBool contains(UChar32 c) const; 764 virtual UBool contains(UChar32 start, UChar32 end) const; 773 UBool contains(const UnicodeString& s) const; [all …]
|
D | messagepattern.h | 524 UBool operator==(const MessagePattern &other) const; 531 inline UBool operator!=(const MessagePattern &other) const { 565 UBool hasNamedArguments() const { in hasNamedArguments() 574 UBool hasNumberedArguments() const { in hasNumberedArguments() 665 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches() 786 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 795 UBool operator==(const Part &other) const; 802 inline UBool operator!=(const Part &other) const { 871 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity, 887 static UBool isArgTypeChar(UChar32 c); [all …]
|
D | normalizer2.h | 268 virtual UBool 295 virtual UBool 341 virtual UBool 400 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 416 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 431 virtual UBool isInert(UChar32 c) const = 0; 535 virtual UBool 549 virtual UBool 587 virtual UBool 624 virtual UBool hasBoundaryBefore(UChar32 c) const; [all …]
|
/external/icu4c/i18n/ |
D | usrchimp.h | 28 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 …]
|
D | csrmbcs.h | 36 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 …]
|
D | nfrs.h | 39 UBool operator==(const NFRuleSet& rhs) const; 40 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); } 42 UBool isPublic() const { return fIsPublic; } in isPublic() 44 UBool isParseable() const { return fIsParseable; } in isParseable() 46 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet() 49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() 54 …UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result)… 68 UBool fIsFractionRuleSet; 69 UBool fIsPublic; 70 UBool fIsParseable; [all …]
|
D | csrsbcs.h | 56 virtual UBool match(InputText *det, CharsetMatch *results) const = 0; 65 virtual UBool match(InputText *det, CharsetMatch *results) const; 73 virtual UBool match(InputText *det, CharsetMatch *results) const; 124 virtual UBool match(InputText *det, CharsetMatch *results) const; 134 virtual UBool match(InputText *det, CharsetMatch *results) const; 144 virtual UBool match(InputText *det, CharsetMatch *results) const; 156 virtual UBool match(InputText *det, CharsetMatch *results) const; 166 virtual UBool match(InputText *det, CharsetMatch *results) const; 176 virtual UBool match(InputText *det, CharsetMatch *results) const; 188 virtual UBool match(InputText *det, CharsetMatch *results) const; [all …]
|
D | tzrule.cpp | 54 UBool 63 UBool 84 UBool 121 UBool 128 UBool 133 UBool 144 UBool 151 UBool 158 UBool 162 UBool /*inclusive*/, in getNextStart() argument [all …]
|
D | digitlst.h | 150 UBool operator==(const DigitList& other) const; 155 inline UBool operator!=(const DigitList& other) const { return !operator==(other); } 221 UBool fitsIntoLong(UBool ignoreNegativeZero) /*const*/; 230 UBool fitsIntoInt64(UBool ignoreNegativeZero) /*const*/; 291 UBool isZero(void) const; 296 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);} in isNaN() 298 UBool isInfinite() const {return decNumberIsInfinite(fDecNumber);} in isInfinite() 327 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;} in isPositive() 328 void setPositive(UBool s); 412 UBool shouldRoundUp(int32_t maximumDigits) const;
|
/external/icu4c/io/ |
D | uprintf.h | 41 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/icu4c/tools/genrb/ |
D | errmsg.c | 34 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/icu4c/tools/toolutil/ |
D | ucm.h | 82 UBool isSorted; 124 U_CAPI UBool U_EXPORT2 136 U_CAPI UBool U_EXPORT2 137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 142 U_CAPI UBool U_EXPORT2 143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 171 UBool forBase, UCMStates *baseStates, 178 U_CAPI UBool U_EXPORT2 225 U_CAPI UBool U_EXPORT2 227 UCMTable *moveTarget, UBool intersectBase); [all …]
|