/external/icu/icu4c/source/i18n/unicode/ |
numfmt.h | 235 virtual UBool operator==(const Format& other) const; 648 UBool isParseIntegerOnly(void) const; 657 virtual void setParseIntegerOnly(UBool value); 666 virtual void setLenient(UBool enable); 676 virtual UBool isLenient(void) const; [all...] |
regex.h | 120 UBool operator==(const RegexPattern& that) const; 130 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);} 356 * <code>UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength);</code> 394 static UBool U_EXPORT2 matches(const UnicodeString ®ex, 413 static UBool U_EXPORT2 matches(UText *regex, 625 UBool fNeedsAltInput; 754 * <code>UnicodeString(UBool isTerminated, const UChar *text, int32_t textLength);</code> [all...] |
dtitvinf.h | 216 virtual UBool operator==(const DateIntervalInfo& other) const; 225 UBool operator!=(const DateIntervalInfo& other) const; 313 UBool getDefaultOrder() const; 440 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth, 495 UBool fFirstDateInPtnIsLaterDate; 504 inline UBool
|
smpdtfmt.h | [all...] |
/external/icu/icu4c/source/common/ |
appendable.cpp | 23 UBool 32 UBool 52 UBool
|
udatamem.h | 32 UBool heapAllocated; /* True if this UDataMemory Object is on the */ 48 U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This);
|
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...] |
/external/icu/icu4c/source/common/unicode/ |
normlzr.h | 240 UBool compat, int32_t options, 262 UBool compat, int32_t options, 325 static inline UBool 343 static UBool 582 UBool operator==(const Normalizer& that) const; 592 inline UBool operator!=(const Normalizer& that) const; 660 UBool value); 672 UBool getOption(int32_t option) const; 741 UBool nextNormalize(); 742 UBool previousNormalize() [all...] |
unorm.h | 284 U_STABLE UBool U_EXPORT2 306 U_STABLE UBool U_EXPORT2 388 UBool doNormalize, UBool *pNeededToNormalize, 421 UBool doNormalize, UBool *pNeededToNormalize,
|
/external/icu/icu4c/source/i18n/ |
affixpatternparser.h | 55 UBool 82 UBool isDefault() const { return fIsDefault; } 113 UBool fIsDefault; 185 UBool usesCurrency() const { 189 UBool usesPercent() const { 193 UBool usesPermill() const { 272 UBool equals(const AffixPattern &other) const { 303 UBool hasCurrencyToken; 304 UBool hasPercentToken; 305 UBool hasPermillToken [all...] |
cecal.h | 69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 86 virtual UBool inDaylightTime(UErrorCode&) const; 92 virtual UBool haveDefaultCentury() const;
|
digitgrouping.cpp | 15 UBool DigitGrouping::isSeparatorAt( 30 UBool DigitGrouping::isGroupingEnabled(int32_t digitsLeftOfDecimal) const { 35 UBool DigitGrouping::isNoGrouping(
|
digitlst.h | 151 UBool operator==(const DigitList& other) const; 156 inline UBool operator!=(const DigitList& other) const { return !operator==(other); } 222 UBool fitsIntoLong(UBool ignoreNegativeZero) /*const*/; 231 UBool fitsIntoInt64(UBool ignoreNegativeZero) /*const*/; 292 UBool isZero(void) const; 297 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);} 299 UBool isInfinite() const {return decNumberIsInfinite(fDecNumber);} 329 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0; [all...] |
fphdlimp.h | 27 virtual UBool isRecording(void) const; 42 virtual UBool isRecording(void) const; 66 virtual UBool isRecording(void) const;
|
quant.h | 73 UBool incremental); 82 UBool escapeUnprintable = FALSE) const; 89 virtual UBool matchesIndexValue(uint8_t v) const;
|
strrepl.h | 53 UBool hasCursor; 62 UBool isComplex; 132 UBool escapeUnprintable) const;
|
chnsecal.h | 153 UBool isLeapYear; 165 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 187 virtual int32_t newMoonNear(double days, UBool after) const; 190 virtual UBool hasNoMajorSolarTerm(int32_t newMoon) const; 191 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const; 193 int32_t gmonth, UBool setAllFields); 239 virtual UBool inDaylightTime(UErrorCode& status) const; 246 virtual UBool haveDefaultCentury() const;
|
precision.h | 64 UBool fExactOnly; 70 UBool fFailIfOverMax; 83 UBool equals(const FixedPrecision &rhs) const { 117 UBool isFastFormattable() const; 223 UBool 229 UBool isRoundingRequired( 234 static UBool handleNonNumeric(DigitList &value, VisibleDigits &digits); 270 UBool equals(const ScientificPrecision &rhs) const {
|
significantdigitinterval.h | 43 UBool equals(const SignificantDigitInterval &rhs) const { 79 UBool isNoConstraints() const {
|
/external/icu/icu4c/source/test/intltest/ |
tzregts.h | 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ); 55 UBool failure(UErrorCode status, const char* msg);
|
tzrulets.h | 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par); 45 UDate start, UDate end, UBool inclusive); 47 UDate start, UDate end, UBool inclusive);
|
ucdtest.h | 34 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 57 UBool compareUSets(const UnicodeSet &a, const UnicodeSet &b, 59 UBool diffIsError);
|
apicoll.h | 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par = NULL */); 25 void doAssert(UBool condition, const char *message);
|
calcasts.h | 24 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 53 UBool checkField(Calendar *cal, UCalendarDateFields field, int32_t value, UErrorCode &status);
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 79 UBool pkg_listContains(CharList *l, const char *str); 125 UBool rebuild; 126 UBool verbose; 127 UBool quiet; 128 UBool withoutAssembly; 129 UBool pdsbuild; /* for building PDS in z/OS */
|