/external/icu4c/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...] |
zrule.cpp | 35 U_CAPI UBool U_EXPORT2 59 U_CAPI UBool U_EXPORT2 84 U_CAPI UBool U_EXPORT2 110 U_CAPI UBool U_EXPORT2 115 U_CAPI UBool U_EXPORT2 121 U_CAPI UBool U_EXPORT2 127 U_CAPI UBool U_EXPORT2 129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { 133 U_CAPI UBool U_EXPORT2 135 int32_t prevDSTSavings, UBool inclusive, UDate& result) [all...] |
islamcal.h | 224 UBool isCivil(); 236 static UBool civilLeapYear(int32_t year); 317 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 391 virtual UBool inDaylightTime(UErrorCode& status) const; 398 virtual UBool haveDefaultCentury() const;
|
tzrule.cpp | 54 UBool 63 UBool 84 UBool 121 UBool 128 UBool 133 UBool 144 UBool 151 UBool 158 UBool 162 UBool /*inclusive*/ [all...] |
nfrule.h | 53 UBool operator==(const NFRule& rhs) const; 54 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); } 67 UBool doParse(const UnicodeString& text, 69 UBool isFractional, 73 UBool shouldRollBack(double number) const; 90 UBool allIgnorable(const UnicodeString& str, UErrorCode& status) const;
|
tridpars.h | 72 UBool sawSource; 74 const UnicodeString& v, UBool sawS, 189 static UBool parseCompoundID(const UnicodeString& id, int32_t dir, 236 UBool& isSourcePresent); 282 UBool bidirectional, 318 UBool allowFilter);
|
/external/icu4c/i18n/unicode/ |
decimfmt.h | [all...] |
coleitr.h | 158 UBool operator==(const CollationElementIterator& other) const; 167 UBool operator!=(const CollationElementIterator& other) const; 258 static inline UBool isIgnorable(int32_t order); 348 UBool isDataOwned_; 391 inline UBool CollationElementIterator::isIgnorable(int32_t order)
|
sortkey.h | 144 UBool operator==(const CollationKey& source) const; 152 UBool operator!=(const CollationKey& source) const; 161 UBool isBogus(void) const; 313 inline UBool 319 inline UBool
|
ucurr.h | 112 U_STABLE UBool U_EXPORT2 137 UBool* isChoiceFormat, 160 UBool* isChoiceFormat, 272 U_STABLE UBool U_EXPORT2 343 UBool commonlyUsed,
|
dtitvfmt.h | 354 virtual UBool operator==(const Format& other) const; 363 UBool operator!=(const Format& other) const; 586 UBool laterDateFirst; 798 UBool setSeparateDateTimePtn(const UnicodeString& dateSkeleton, [all...] |
simpletz.h | 110 virtual UBool operator==(const TimeZone& that) const; 406 int32_t time, UBool after, UErrorCode& status); 426 int32_t time, TimeMode mode, UBool after, UErrorCode& status); 526 int32_t time, UBool after, UErrorCode& status); 547 int32_t time, TimeMode mode, UBool after, UErrorCode& status); 616 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, [all...] |
/external/icu4c/common/unicode/ |
chariter.h | 112 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0; 124 inline UBool operator!=(const ForwardCharacterIterator& that) const; 171 virtual UBool hasNext() = 0; 541 virtual UBool hasPrevious() = 0; 686 inline UBool
|
idna.h | 282 UBool hasErrors() const { return errors!=0; } 303 UBool isTransitionalDifferent() const { return isTransDiff; } 319 UBool isTransDiff; 320 UBool isBiDi; 321 UBool isOkBiDi;
|
stringtriebuilder.h | 65 static UBool hashNode(const void *node); 67 static UBool equalNodes(const void *left, const void *right); 124 virtual UBool matchNodesCanHaveValues() const = 0; 194 virtual UBool operator==(const Node &other) const; 195 inline UBool operator!=(const Node &other) const { return !operator==(other); } 257 virtual UBool operator==(const Node &other) const; 269 virtual UBool operator==(const Node &other) const; 276 UBool hasValue; 287 virtual UBool operator==(const Node &other) const; 302 virtual UBool operator==(const Node &other) const [all...] |
unorm.h | 279 U_STABLE UBool U_EXPORT2 301 U_STABLE UBool U_EXPORT2 383 UBool doNormalize, UBool *pNeededToNormalize, 416 UBool doNormalize, UBool *pNeededToNormalize,
|
/external/icu4c/test/intltest/ |
usettest.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 92 UBool toPatternAux(UChar32 start, UChar32 end); 94 UBool checkPat(const UnicodeString& source, 97 UBool checkPat(const UnicodeString& source, const UnicodeSet& testSet, const UnicodeString& pat); 140 void copyWithIterator(UnicodeSet& t, const UnicodeSet& s, UBool withRange); 142 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message); 165 void doAssert(UBool, const char*); 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
|
intltest.cpp | 276 static inline UBool isPrintable(UChar32 c) { 318 IntlTest::prettify(const UnicodeString &source, UBool parseBackslash) 555 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) 560 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); 570 UBool IntlTest::setVerbose( UBool verboseVal ) 572 UBool rval = this->verbose; 577 UBool IntlTest::setNotime( UBool no_time ) 579 UBool rval = this->no_time [all...] |
/external/icu4c/samples/strsrch/ |
strsrch.cpp | 47 UBool opt_help = FALSE; 48 UBool opt_norm = FALSE; 49 UBool opt_french = FALSE; 50 UBool opt_shifted = FALSE; 51 UBool opt_lower = FALSE; 52 UBool opt_upper = FALSE; 53 UBool opt_case = FALSE; 54 UBool opt_overlap = FALSE; 55 UBool opt_canonical = FALSE; 96 UBool processOptions(int argc, const char **argv, OptSpec opts[] [all...] |
/external/icu4c/common/ |
ucnv_bld.h | 82 uint8_t hasToUnicodeFallback; /* +77: 1 UBool needs to be changed to UBool to be consistent across platform */ 103 UBool sharedDataCached; /* TRUE: shared data is in cache, don't destroy on ucnv_close() if 0 ref. FALSE: shared data isn't in the cache, do attempt to clean it up if the ref is 0 */ 104 /*UBool staticDataOwned; TRUE if static data owned by shared data & should be freed with it, NEVER true for udata() loaded statics. This ignored variable was removed to make space for sharedDataCached. */ 177 UBool sharedDataIsCached; /* TRUE: shared data is in cache, don't destroy on ucnv_close() if 0 ref. FALSE: shared data isn't in the cache, do attempt to clean it up if the ref is 0 */ 178 UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */ 179 UBool isExtraLocal; /* TRUE if extraInfo is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */ 181 UBool useFallback; 215 UBool useSubChar1;
|
uvectr64.h | 86 UBool operator==(const UVector64& other); 91 inline UBool operator!=(const UVector64& other); 105 //UBool equals(const UVector64 &other) const; 111 //UBool contains(int64_t elem) const; 113 //UBool containsAll(const UVector64& other) const; 115 //UBool removeAll(const UVector64& other); 117 //UBool retainAll(const UVector64& other); 125 //UBool isEmpty(void) const; 128 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status); 131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status) [all...] |
/external/icu4c/tools/toolutil/ |
ppucd.h | 48 UBool binProps[UCHAR_BINARY_LIMIT]; 120 UBool lineHasPropertyValues() const { return DEFAULTS_LINE<=lineType && lineType<=CP_LINE; } 137 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode); 140 UBool isLineBufferAvailable(int32_t i) { 147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, 150 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
unorm.h | 293 U_STABLE UBool U_EXPORT2 315 U_STABLE UBool U_EXPORT2 397 UBool doNormalize, UBool *pNeededToNormalize, 430 UBool doNormalize, UBool *pNeededToNormalize,
|
/external/webkit/Source/WebCore/icu/unicode/ |
unorm.h | 293 U_STABLE UBool U_EXPORT2 315 U_STABLE UBool U_EXPORT2 397 UBool doNormalize, UBool *pNeededToNormalize, 430 UBool doNormalize, UBool *pNeededToNormalize,
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
unorm.h | 293 U_STABLE UBool U_EXPORT2 315 U_STABLE UBool U_EXPORT2 397 UBool doNormalize, UBool *pNeededToNormalize, 430 UBool doNormalize, UBool *pNeededToNormalize,
|