/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 135 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 …]
|
D | intltest.h | 50 UnicodeString toString(UBool b); 142 …virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be o… 144 virtual UBool setVerbose( UBool verbose = TRUE ); 145 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE ); 146 virtual UBool setQuick( UBool quick = TRUE ); 147 virtual UBool setLeaks( UBool leaks = TRUE ); 148 virtual UBool setNotime( UBool no_time = TRUE ); 149 virtual UBool setWarnOnMissingData( UBool warn_on_missing_data = TRUE ); 173 UBool logKnownIssue( const char *ticket, const UnicodeString &message ); 182 UBool logKnownIssue( const char *ticket ); [all …]
|
D | intltest.cpp | 59 static UBool noKnownIssues = FALSE; // if TRUE, don't emit known issues 237 UnicodeString toString(UBool b) { in toString() 323 static inline UBool isPrintable(UChar32 c) { in isPrintable() 365 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) in prettify() 604 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() 609 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest() 619 UBool IntlTest::setVerbose( UBool verboseVal ) in setVerbose() 621 UBool rval = this->verbose; in setVerbose() 626 UBool IntlTest::setNotime( UBool no_time ) in setNotime() 628 UBool rval = this->no_time; in setNotime() [all …]
|
/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 | 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 …]
|
D | decimfmt.h | 815 void setGroupingUsed(UBool newValue) U_OVERRIDE; 824 void setParseIntegerOnly(UBool value) U_OVERRIDE; 833 void setLenient(UBool enable) U_OVERRIDE; 921 UBool operator==(const Format& other) const U_OVERRIDE; 1300 UBool isSignAlwaysShown() const; 1308 virtual void setSignAlwaysShown(UBool value); 1524 virtual UBool isScientificNotation(void) const; 1541 virtual void setScientificNotation(UBool useScientific); 1581 virtual UBool isExponentSignAlwaysShown(void) const; 1596 virtual void setExponentSignAlwaysShown(UBool expSignAlways); [all …]
|
D | smpdtfmt.h | 876 virtual UBool operator==(const Format& other) const; 1190 UBool isFieldUnitIgnored(UCalendarDateFields field) const; 1204 static UBool isFieldUnitIgnored(const UnicodeString& pattern, 1300 static UBool isNumeric(char16_t formatChar, int32_t count); 1305 static UBool isAtNumericField(const UnicodeString &pattern, int32_t patternOffset); 1310 static UBool isAfterNonNumericField(const UnicodeString &pattern, int32_t patternOffset); 1394 static UBool matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, 1396 … UBool whitespaceLenient, UBool partialMatchLenient, UBool oldLeniency); 1419 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… 1426 UBool allowNegative, [all …]
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.h | 75 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 …]
|
D | uchar.cpp | 67 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 …]
|
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 | 328 inline UBool isBogus(void) const; 486 virtual UBool operator==(const UnicodeSet& o) const; 493 UBool operator!=(const UnicodeSet& o) const; 567 inline UBool isFrozen() const; 614 static UBool resemblesPattern(const UnicodeString& pattern, 706 UBool escapeUnprintable = FALSE) const; 783 virtual UBool isEmpty(void) const; 792 virtual UBool contains(UChar32 c) const; 802 virtual UBool contains(UChar32 start, UChar32 end) const; 811 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 …]
|
D | edits.h | 162 UBool copyErrorTo(UErrorCode &outErrorCode); 174 UBool hasChanges() const { return numChanges != 0; } in hasChanges() 229 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next() 250 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex() 273 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex() 332 UBool hasChange() const { return changed; } in hasChange() 403 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs); 408 UBool noNext(); 409 UBool next(UBool onlyChanges, UErrorCode &errorCode); 410 UBool previous(UErrorCode &errorCode); [all …]
|
D | normalizer2.h | 300 virtual UBool 327 virtual UBool 373 virtual UBool 396 virtual UBool 456 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 472 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 487 virtual UBool isInert(UChar32 c) const = 0; 616 virtual UBool 630 virtual UBool 668 virtual UBool [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 | 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 | 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 …]
|
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, uint32_t nonNumerica… 78 UBool fIsFractionRuleSet; 79 UBool fIsPublic; [all …]
|
/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 …]
|
/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/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 */
|