HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 76 - 100 of 1004) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
dtptngts.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
nmfmapts.h 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
normconf.h 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
59 UBool checkConformance(const UnicodeString* field,
77 UBool assertEqual(const char *op,
96 UBool hexsplit(const char *s, char delimiter,
rndmcoll.h 22 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
selfmts.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
simplethread.h 18 UBool isRunning(); // return true if a started thread has exited.
trnserr.h 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
tsdtfmsy.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tufmtts.h 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
uvectest.h 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
v32test.h 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
jamotest.h 31 void runIndexedTest(int32_t index, UBool exec, const char* &name,
46 const UnicodeString& summary, UBool pass,
nptrans.h 52 inline UBool isProhibited(UChar32 ch);
84 UBool allowUnassigned,
105 UBool allowUnassigned,
114 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
116 inline UBool isLDHChar(UChar32 ch);
126 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
  /external/icu4c/test/perf/usetperf/
bitset.h 28 UBool get(int32_t bitIndex) const;
  /external/icu4c/common/
punycode.h 69 const UBool *caseFlags,
104 UBool *caseFlags,
ucln.h 70 typedef UBool U_CALLCONV cleanupFunc(void);
90 U_CFUNC UBool ucln_mutexedInit(initFunc *func, UErrorCode *status);
rbbiscan.h 56 UBool fEscaped;
67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
82 UBool doParseActions(int32_t a);
102 UBool fQuoteMode; // Scan is in a 'quoted region'
125 UBool fReverseRule; // True if the rule currently being scanned
129 UBool fLookAheadRule; // True if the rule includes a '/'
  /external/icu4c/common/unicode/
errorcode.h 93 UBool isSuccess() const { return U_SUCCESS(errorCode); }
95 UBool isFailure() const { return U_FAILURE(errorCode); }
unifilt.h 75 virtual UBool contains(UChar32 c) const = 0;
91 UBool incremental);
  /external/icu4c/i18n/
chnsecal.h 134 UBool isLeapYear;
143 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
168 virtual int32_t newMoonNear(double days, UBool after) const;
171 virtual UBool hasNoMajorSolarTerm(int32_t newMoon) const;
172 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const;
174 int32_t gmonth, UBool setAllFields);
220 virtual UBool inDaylightTime(UErrorCode& status) const;
227 virtual UBool haveDefaultCentury() const;
nfsubs.h 76 virtual UBool operator==(const NFSubstitution& rhs) const;
84 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
186 virtual UBool doParse(const UnicodeString& text,
190 UBool lenientParse,
241 virtual UBool isNullSubstitution() const;
249 virtual UBool isModulusSubstitution() const;
rbt_rule.h 186 UBool anchorStart, UBool anchorEnd,
241 UBool matchesIndexValue(uint8_t v) const;
251 virtual UBool masks(const TransliterationRule& r2) const;
276 UBool incremental) const;
283 UBool escapeUnprintable) const;
  /external/icu4c/tools/ctestfw/unicode/
testlog.h 37 UBool logIfFailureAndReset(const char *fmt, ...);
38 UBool logDataIfFailureAndReset(const char *fmt, ...);
  /external/icu4c/i18n/unicode/
basictz.h 50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0;
60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0;
82 virtual UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz, UDate start, UDate end,
83 UBool ignoreDstAmount, UErrorCode& ec) /*const*/;
numsys.h 101 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
151 UBool isAlgorithmic() const;
172 UBool algorithmic;
177 void setAlgorithmic(UBool algorithmic);
183 static UBool isValidDigitString(const UnicodeString &str);
185 UBool hasContiguousDecimalDigits() const;

Completed in 1058 milliseconds

1 2 34 5 6 7 8 91011>>