/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 132 UBool localeFlag; 133 UBool currencyFlag; 134 UBool patternFlag; 135 UBool formatFlag; 136 UBool outputFlag; 137 UBool commentFlag; 138 UBool minIntegerDigitsFlag; 139 UBool maxIntegerDigitsFlag; 140 UBool minFractionDigitsFlag; 141 UBool maxFractionDigitsFlag; [all …]
|
D | intltest.h | 54 UnicodeString toString(UBool b); 146 …virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be o… 148 virtual UBool setVerbose( UBool verbose = TRUE ); 149 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE ); 150 virtual UBool setQuick( UBool quick = TRUE ); 151 virtual UBool setLeaks( UBool leaks = TRUE ); 152 virtual UBool setNotime( UBool no_time = TRUE ); 153 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE ); 177 UBool logKnownIssue( const char *ticket, const UnicodeString &message ); 186 UBool logKnownIssue( const char *ticket ); [all …]
|
D | intltest.cpp | 57 static UBool noKnownIssues = FALSE; // if TRUE, don't emit known issues 223 UnicodeString toString(UBool b) { in toString() 303 static inline UBool isPrintable(UChar32 c) { in isPrintable() 345 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 584 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() 589 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest() 599 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose() 601 UBool rval = this->verbose; in setVerbose() 606 UBool IntlTest::setNotime( UBool no_time ) in setNotime() 608 UBool rval = this->no_time; in setNotime() [all …]
|
D | nmfmtrt.h | 26 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);
|
D | datadrivennumberformattestsuite.h | 44 void run(const char *fileName, UBool runAllTests); 57 virtual UBool isFormatPass( 78 virtual UBool isFormatPass( 92 virtual UBool isToPatternPass( 99 virtual UBool isParsePass( 107 virtual UBool isParseCurrencyPass( 115 virtual UBool isSelectPass( 135 UBool breaksC(); 136 UBool readLine(UCHARBUF *f, UErrorCode &); 137 UBool isPass(
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzrule.h | 57 virtual UBool operator==(const TimeZoneRule& that) const; 66 virtual UBool operator!=(const TimeZoneRule& that) const; 99 virtual UBool isEquivalentTo(const TimeZoneRule& other) const; 112 …virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 125 …virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = … 141 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 142 UBool inclusive, UDate& result) const = 0; 158 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 159 UBool inclusive, UDate& result) const = 0; 248 virtual UBool operator==(const TimeZoneRule& that) const; [all …]
|
D | rbtz.h | 77 virtual UBool operator==(const TimeZone& that) const; 87 virtual UBool operator!=(const TimeZone& that) const; 198 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 225 virtual UBool useDaylightTime(void) const; 240 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 250 virtual UBool hasSameRules(const TimeZone& other) const; 260 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 270 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 312 TimeZoneRule* findRuleInFinal(UDate date, UBool local, 314 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… [all …]
|
D | vtzone.h | 73 virtual UBool operator==(const TimeZone& that) const; 83 virtual UBool operator!=(const TimeZone& that) const; 123 UBool getTZURL(UnicodeString& url) const; 140 UBool getLastModified(UDate& lastModified) const; 262 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 289 virtual UBool useDaylightTime(void) const; 304 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 314 virtual UBool hasSameRules(const TimeZone& other) const; 324 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 334 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; [all …]
|
D | regex.h | 122 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 ®ex, 415 static UBool U_EXPORT2 matches(UText *regex, 627 UBool fNeedsAltInput; 780 virtual UBool matches(UErrorCode &status); 793 virtual UBool matches(int64_t startIndex, UErrorCode &status); 809 virtual UBool lookingAt(UErrorCode &status); 825 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status); 840 virtual UBool find(); [all …]
|
D | decimfmt.h | 819 virtual void setGroupingUsed(UBool newValue); 828 virtual void setParseIntegerOnly(UBool value); 924 virtual UBool operator==(const Format& other) const; 1520 virtual UBool isScientificNotation(void) const; 1537 virtual void setScientificNotation(UBool useScientific); 1577 virtual UBool isExponentSignAlwaysShown(void) const; 1592 virtual void setExponentSignAlwaysShown(UBool expSignAlways); 1700 UBool isDecimalSeparatorAlwaysShown(void) const; 1710 virtual void setDecimalSeparatorAlwaysShown(UBool newValue); 1718 UBool isDecimalPatternMatchRequired(void) const; [all …]
|
D | tzfmt.h | 300 virtual UBool operator==(const Format& other) const; 459 …nicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool… 477 …odeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool… 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 isShort, UnicodeString& result, UErr… 856 int32_t parseOffsetISO8601(const UnicodeString& text, ParsePosition& pos, UBool extendedOnly, 857 UBool* hasDigitOffset = NULL) const; [all …]
|
/external/icu/icu4c/source/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 | 62 static inline UBool isHangul(UChar32 c) { in isHangul() 65 static inline UBool 70 static inline UBool isJamoL(UChar32 c) { in isJamoL() 73 static inline UBool isJamoV(UChar32 c) { in isJamoV() 129 UBool init(int32_t destCapacity, UErrorCode &errorCode); 131 UBool isEmpty() const { return start==limit; } in isEmpty() 137 UBool equals(const UChar *start, const UChar *limit) const; 144 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() 150 UBool append(const UChar *s, int32_t length, 153 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) { in appendBMP() [all …]
|
D | uvectr32.h | 89 UBool operator==(const UVector32& other); 94 inline UBool operator!=(const UVector32& other); 108 UBool equals(const UVector32 &other) const; 114 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 UBool isEmpty(void) const; 131 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status); 134 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status); [all …]
|
D | uvector.h | 116 UBool operator==(const UVector& other); 121 inline UBool operator!=(const UVector& other); 143 UBool equals(const UVector &other) const; 155 UBool contains(void* obj) const; 157 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 UBool isEmpty(void) const; [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 316 inline UBool isBogus(void) const; 474 virtual UBool operator==(const UnicodeSet& o) const; 481 UBool operator!=(const UnicodeSet& o) const; 555 inline UBool isFrozen() const; 603 static UBool resemblesPattern(const UnicodeString& pattern, 695 UBool escapeUnprintable = FALSE) const; 772 virtual UBool isEmpty(void) const; 781 virtual UBool contains(UChar32 c) const; 791 virtual UBool contains(UChar32 start, UChar32 end) const; 800 UBool contains(const UnicodeString& s) const; [all …]
|
D | messagepattern.h | 527 UBool operator==(const MessagePattern &other) const; 534 inline UBool operator!=(const MessagePattern &other) const { 568 UBool hasNamedArguments() const { in hasNamedArguments() 577 UBool hasNumberedArguments() const { in hasNumberedArguments() 668 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { in partSubstringMatches() 789 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 798 UBool operator==(const Part &other) const; 805 inline UBool operator!=(const Part &other) const { 874 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity, 890 static UBool isArgTypeChar(UChar32 c); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | csrmbcs.h | 38 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 …]
|
D | visibledigits.h | 40 UBool isNegative() const; 41 UBool isNaN() const; 42 UBool isInfinite() const; 43 UBool isNaNOrInfinity() const; 64 …al(double &source, int64_t &intValue, int64_t &f, int64_t &t, int32_t &v, UBool &hasIntValue) cons… 102 UBool fAbsIntValueSet; 113 UBool fAbsDoubleValueSet; 120 UBool isOverMaxDigits() const; 144 UBool isNegative() const { return fMantissa.isNegative(); } in isNegative() 145 UBool isNaN() const { return fMantissa.isNaN(); } in isNaN() [all …]
|
D | usrchimp.h | 74 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 …]
|
D | nfrs.h | 38 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() 58 …UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result)… 78 UBool fIsFractionRuleSet; 79 UBool fIsPublic; [all …]
|
D | tzrule.cpp | 56 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/ |
D | uprintf.h | 43 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/ |
D | errmsg.c | 36 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/tools/toolutil/ |
D | ucm.h | 85 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 …]
|