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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/test/intltest/
ficoll.h 30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
g7coll.h 53 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itrbbi.cpp 35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
itrbnfp.h 23 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
itrbnfrt.h 21 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
itspoof.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
lcukocol.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
locnmtst.h 18 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
plurults.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
reptest.h 31 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
strtest.h 31 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
svccoll.h 25 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par = NULL */);
transrt.h 26 void runIndexedTest(int32_t index, UBool exec, const char* &name,
trcoll.h 30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tsdcfmsy.h 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tsmthred.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
uobjtest.h 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
wbnf.h 151 PARSE_RESULT parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug=FALSE);
  /external/icu4c/test/perf/unisetperf/draft/
unicont.h 23 virtual UBool contains(UChar32 c) const = 0;
  /external/icu4c/tools/toolutil/
pkg_icu.h 20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
ucm.h 82 UBool isSorted;
124 U_CAPI UBool U_EXPORT2
136 U_CAPI UBool U_EXPORT2
137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
142 U_CAPI UBool U_EXPORT2
143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
171 UBool forBase, UCMStates *baseStates,
178 U_CAPI UBool U_EXPORT2
225 U_CAPI UBool U_EXPORT2
227 UCMTable *moveTarget, UBool intersectBase)
    [all...]
  /external/icu4c/common/unicode/
brkiter.h 121 virtual UBool operator==(const BreakIterator&) const = 0;
129 UBool operator!=(const BreakIterator& rhs) const { return !operator==(rhs); }
275 virtual UBool isBoundary(int32_t offset) = 0;
464 inline UBool isBufferClone(void);
493 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
562 UBool fBufferClone;
579 inline UBool BreakIterator::isBufferClone()
rbbi.h 112 UBool fLastStatusIndexValid;
308 virtual UBool operator==(const BreakIterator& that) const;
317 UBool operator!=(const BreakIterator& that) const;
491 virtual UBool isBoundary(int32_t offset);
682 virtual UBool isDictionaryChar(UChar32);
747 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
773 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const {
  /external/icu4c/i18n/unicode/
calendar.h 417 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
466 virtual UBool operator==(const Calendar& that) const;
476 UBool operator!=(const Calendar& that) const {return !operator==(that);}
488 virtual UBool isEquivalentTo(const Calendar& other) const;
504 UBool equals(const Calendar& when, UErrorCode& status) const;
519 UBool before(const Calendar& when, UErrorCode& status) const;
534 UBool after(const Calendar& when, UErrorCode& status) const;
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
648 inline void roll(UCalendarDateFields field, UBool up, UErrorCode& status)
    [all...]
dcfmtsym.h 222 UBool operator==(const DecimalFormatSymbols& other) const;
231 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
256 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
288 UBool beforeCurrency,
301 UBool beforeCurrency,
333 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
428 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {

Completed in 648 milliseconds

1 2 3 4 5 6 78 91011>>