HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 151 - 175 of 1061) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/test/intltest/
cpdtrtst.h 29 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
56 const UnicodeString& summary, UBool pass,
itrbnf.h 23 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
148 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
plurfmts.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
42 UBool overwrite, // overwrite the numberFormat.format result
testidna.h 53 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
82 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
88 UBool isEqual);
94 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
ucaconf.h 30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par = NULL */);
48 UBool isAtLeastUCA62;
  /external/icu/icu4c/source/tools/toolutil/
package.h 39 UBool isDataOwned;
109 void addItem(const char *name, uint8_t *data, int32_t length, UBool isDataOwned, char type);
131 UBool checkDependencies();
152 char *allocString(UBool in, int32_t length);
164 UBool inIsBigEndian;
165 UBool doAutoPrefix;
166 UBool prefixEndsWithType;
184 UBool isMissingItems;
  /external/icu/icu4c/source/i18n/
transreg.h 81 UBool isRuleBased() const;
205 UBool visible,
216 UBool visible,
227 UBool readonlyResourceAlias,
228 UBool visible,
238 UBool readonlyAliasAlias,
239 UBool visible,
385 UBool visible);
389 UBool visible);
396 UBool visible)
    [all...]
vzone.h 81 U_CAPI UBool U_EXPORT2
93 U_CAPI UBool U_EXPORT2
114 U_CAPI UBool U_EXPORT2
238 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
267 U_CAPI UBool U_EXPORT2
283 U_INTERNAL UBool U_EXPORT2
294 U_CAPI UBool U_EXPORT2
305 U_CAPI UBool U_EXPORT2
306 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
316 U_CAPI UBool U_EXPORT
    [all...]
name2uni.h 74 UBool isIncremental) const;
nultrans.cpp 30 UBool /*isIncremental*/) const {
nultrans.h 53 UBool isIncremental) const;
persncal.h 171 static UBool isLeapYear(int32_t year);
220 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
293 virtual UBool inDaylightTime(UErrorCode& status) const;
299 virtual UBool haveDefaultCentury() const;
rbt.h 301 UBool isDataOwned;
381 UBool isDataAdopted);
405 UBool isIncremental) const;
421 UBool escapeUnprintable) const;
remtrans.h 60 UBool isIncremental) const;
smpdtfst.h 35 static UBool cleanup();
strmatch.h 120 UBool incremental);
129 UBool escapeUnprintable = FALSE) const;
141 virtual UBool matchesIndexValue(uint8_t v) const;
189 UBool escapeUnprintable) const;
titletrn.h 77 UBool isIncremental) const;
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 238 UBool operator==(const DecimalFormatSymbols& other) const;
247 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
272 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
304 UBool beforeCurrency,
317 UBool beforeCurrency,
347 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
362 inline UBool isCustomCurrencySymbol() const {
369 inline UBool isCustomIntlCurrencySymbol() const {
428 UBool fIsCustomCurrencySymbol;
429 UBool fIsCustomIntlCurrencySymbol
    [all...]
gregocal.h 340 UBool isLeapYear(int32_t year) const;
349 virtual UBool isEquivalentTo(const Calendar& other) const;
442 virtual UBool inDaylightTime(UErrorCode& status) const;
509 UBool useMonth) const;
660 static double computeJulianDayOfYear(UBool isGregorian, int32_t year,
661 UBool& isLeap);
667 UBool validateFields(void) const;
672 UBool boundsCheck(int32_t value, UCalendarDateFields field) const;
740 UBool fIsGregorian;
747 UBool fInvertGregorian
    [all...]
tzfmt.h 298 virtual UBool operator==(const Format& other) const;
457 UnicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
475 UnicodeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds,
707 UBool fAbuttingOffsetHoursAndMinutes;
816 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
828 UnicodeString& formatOffsetISO8601(int32_t offset, UBool isBasic, UBool useUtcIndicator
    [all...]
decimfmt.h     [all...]
  /external/icu/icu4c/source/common/
brkeng.h 58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
77 UBool reverse,
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
202 UBool reverse,
messageimpl.h 36 static UBool jdkAposMode(const MessagePattern &msgPattern) {
rbbinode.h 73 UBool fNullable; // See Aho.
79 UBool fLookAheadEnd; // For endMark nodes, set TRUE if
98 void printTree(UBool withHeading);
103 UBool operator == (const RBBINode &other); // Private, so these functions won't accidently be used.
  /external/icu/icu4c/source/common/unicode/
parsepos.h 98 UBool operator==(const ParsePosition& that) const;
105 UBool operator!=(const ParsePosition& that) const;
190 inline UBool
199 inline UBool

Completed in 428 milliseconds

1 2 3 4 5 67 8 91011>>