/external/icu/icu4c/source/i18n/ |
cecal.h | 71 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 88 virtual UBool inDaylightTime(UErrorCode&) const; 94 virtual UBool haveDefaultCentury() const;
|
indiancal.h | 183 //UBool isCivil(); 195 //static UBool isGregorianLeap(int32_t year); 228 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 302 virtual UBool inDaylightTime(UErrorCode& status) const; 309 virtual UBool haveDefaultCentury() const;
|
quant.h | 75 UBool incremental); 84 UBool escapeUnprintable = FALSE) const; 91 virtual UBool matchesIndexValue(uint8_t v) const;
|
strrepl.h | 55 UBool hasCursor; 64 UBool isComplex; 134 UBool escapeUnprintable) const;
|
chnsecal.h | 155 UBool isLeapYear; 167 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 189 virtual int32_t newMoonNear(double days, UBool after) const; 192 virtual UBool hasNoMajorSolarTerm(int32_t newMoon) const; 193 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const; 195 int32_t gmonth, UBool setAllFields); 241 virtual UBool inDaylightTime(UErrorCode& status) const; 248 virtual UBool haveDefaultCentury() const;
|
/external/icu/icu4c/source/test/intltest/ |
testutil.h | 21 UBool change; 40 static UBool checkEqualEdits(IntlTest &test, const UnicodeString &name, 46 const EditChange expected[], int32_t expLength, UBool withUnchanged,
|
tzregts.h | 29 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 51 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ); 58 UBool failure(UErrorCode status, const char* msg);
|
tzrulets.h | 23 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par); 47 UDate start, UDate end, UBool inclusive); 49 UDate start, UDate end, UBool inclusive);
|
ucdtest.h | 35 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 66 UBool compareUSets(const UnicodeSet &a, const UnicodeSet &b, 68 UBool diffIsError);
|
apicoll.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par = NULL */); 27 void doAssert(UBool condition, const char *message);
|
calcasts.h | 26 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 55 UBool checkField(Calendar *cal, UCalendarDateFields field, int32_t value, UErrorCode &status);
|
cpdtrtst.h | 32 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 59 const UnicodeString& summary, UBool pass,
|
itrbnf.h | 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par); 154 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
|
plurfmts.h | 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 44 UBool overwrite, // overwrite the numberFormat.format result
|
testidna.h | 55 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 84 UBool useSTD3ASCIIRules, UErrorCode expectedStatus, 85 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE); 90 UBool isEqual); 96 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
|
ucaconf.h | 32 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par = NULL */); 50 UBool isAtLeastUCA62;
|
/external/icu/icu4c/source/i18n/unicode/ |
regex.h | 122 UBool operator==(const RegexPattern& that) const; 132 inline UBool operator!=(const RegexPattern& that) const {return ! operator ==(that);} 358 * <code>UnicodeString(UBool isTerminated, const char16_t *text, int32_t textLength);</code> 396 static UBool U_EXPORT2 matches(const UnicodeString ®ex, 415 static UBool U_EXPORT2 matches(UText *regex, 627 UBool fNeedsAltInput; [all...] |
dtitvinf.h | 216 virtual UBool operator==(const DateIntervalInfo& other) const; 225 UBool operator!=(const DateIntervalInfo& other) const; 313 UBool getDefaultOrder() const; 445 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth, 500 UBool fFirstDateInPtnIsLaterDate; 509 inline UBool
|
/external/icu/icu4c/source/common/ |
rbbi_cache.h | 41 UBool following(int32_t fromPos, int32_t *pos, int32_t *statusIndex); 42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex); 131 UBool populateNear(int32_t position, UErrorCode &status); 138 UBool populateFollowing(); 145 UBool populatePreceding(UErrorCode &status); 176 UBool seek(int32_t startPosition);
|
udatamem.h | 34 UBool heapAllocated; /* True if this UDataMemory Object is on the */ 50 U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This);
|
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/ |
unorm.h | 286 U_DEPRECATED UBool U_EXPORT2 308 U_DEPRECATED UBool U_EXPORT2 390 UBool doNormalize, UBool *pNeededToNormalize, 423 UBool doNormalize, UBool *pNeededToNormalize,
|
filteredbrk.h | 89 virtual UBool suppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0; 102 virtual UBool unsuppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 81 UBool pkg_listContains(CharList *l, const char *str); 127 UBool rebuild; 128 UBool verbose; 129 UBool quiet; 130 UBool withoutAssembly; 131 UBool pdsbuild; /* for building PDS in z/OS */
|
/external/icu/libandroidicu/include/unicode/ |
unorm.h | 286 U_DEPRECATED UBool U_EXPORT2 308 U_DEPRECATED UBool U_EXPORT2 390 UBool doNormalize, UBool *pNeededToNormalize, 423 UBool doNormalize, UBool *pNeededToNormalize,
|