Searched
refs:UBool (Results
351 -
375 of
1061) sorted by null
<<11121314151617181920>>
/external/icu/icu4c/source/test/intltest/ |
fldset.h | 191 UBool isSet(int32_t field) const; 203 UBool isSameType(const FieldsSet& other) const; 212 UBool fIsSet[U_FIELDS_SET_MAX]; 230 // UBool isSet(UCalendarDateFields field) const { return isSet((int32_t)field); } 237 UBool matches(U_NAMESPACE_QUALIFIER Calendar *cal,
|
incaltst.h | 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
|
itercoll.h | 34 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
ittrans.cpp | 37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
|
jacoll.h | 30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
plurults.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
transapi.h | 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
|
tsdate.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 32 extern UBool beVerbose, haveCopyright; 86 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, uint8_t highCC) const; 90 UBool decompose(UChar32 start, UChar32 end, uint32_t value); 92 UBool hasNoCompBoundaryAfter(BuilderReorderingBuffer &buffer);
|
/external/icu/icu4c/source/i18n/unicode/ |
uregex.h | 445 U_STABLE UBool U_EXPORT2 471 U_STABLE UBool U_EXPORT2 499 U_STABLE UBool U_EXPORT2 528 U_STABLE UBool U_EXPORT2 552 U_STABLE UBool U_EXPORT2 577 U_STABLE UBool U_EXPORT2 595 U_STABLE UBool U_EXPORT2 [all...] |
/external/icu/icu4c/source/common/ |
utrie.h | 169 UBool isLatin1Linear; 469 typedef UBool U_CALLCONV 530 UBool make16BitTrie, 562 UBool isAllocated, isDataAllocated; 563 UBool isLatin1Linear, isCompacted; 625 UBool latin1Linear); 670 U_CAPI UBool U_EXPORT2 684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero); 698 U_CAPI UBool U_EXPORT2 699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) [all...] |
rbbisetb.h | 90 UBool sawBOF() const; // Indicate whether any references to the {bof} pseudo 121 UBool fSawBOF;
|
rbbitblb.h | 65 UBool setEquals(UVector *a, UVector *b); 102 UBool fMarked;
|
ubidi_props.c | 54 static UBool U_CALLCONV 148 U_CFUNC UBool 151 return (UBool)UBIDI_GET_FLAG(props, UBIDI_IS_MIRRORED_SHIFT); 192 U_CFUNC UBool 195 return (UBool)UBIDI_GET_FLAG(props, UBIDI_BIDI_CONTROL_SHIFT); 198 U_CFUNC UBool 201 return (UBool)UBIDI_GET_FLAG(props, UBIDI_JOIN_CONTROL_SHIFT); 250 U_CFUNC UBool
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 98 UBool opt_help = FALSE; 102 UBool opt_terse = FALSE; 103 UBool opt_icu = TRUE; 104 UBool opt_win = FALSE; // Run with Windows native functions. 105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. 106 UBool opt_mac = FALSE; // Run with MacOSX word break services. 107 UBool opt_uselen = FALSE; 108 UBool opt_dump = FALSE; 109 UBool opt_char = FALSE; 110 UBool opt_word = FALSE [all...] |
/external/icu/icu4c/source/common/unicode/ |
bytestream.h | 203 UBool Overflowed() const { return overflowed_; } 217 UBool overflowed_;
|
caniter.h | 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status); 166 UBool done;
|
enumset.h | 43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } 44 inline UBool isValidValue(int32_t v) const { return (v==0||v==1); }
|
ucharstrie.h | 237 inline UBool hasUniqueValue(int32_t &uniqueValue) const { 301 UBool hasNext() const; 317 UBool next(UErrorCode &errorCode); 331 UBool truncateAndStop() { 344 UBool skipValue_; // Skip intermediate value which was already delivered. 471 UBool haveUniqueValue, int32_t &uniqueValue); 474 static UBool findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue);
|
uobject.h | 263 virtual inline UBool operator==(const UObject &other) const { return this==&other; } 264 inline UBool operator!=(const UObject &other) const { return !operator==(other); }
|
/external/icu/icu4c/source/i18n/ |
collationtailoring.h | 53 UBool isBogus() { return settings == NULL; } 55 UBool ensureOwnedData(UErrorCode &errorCode);
|
digitaffixesandpadding.h | 101 UBool equals(const DigitAffixesAndPadding &rhs) const { 116 UBool needsPluralRules() const;
|
ethpccal.h | 156 void setAmeteAlemEra (UBool onOff); 163 UBool isAmeteAlemEra() const;
|
fpositer.cpp | 46 UBool FieldPositionIterator::operator==(const FieldPositionIterator &rhs) const { 88 UBool FieldPositionIterator::next(FieldPosition& fp) {
|
ucol_imp.h | 45 U_INTERNAL UBool U_EXPORT2 125 UBool typeFallback;
|
Completed in 647 milliseconds
<<11121314151617181920>>