/external/icu/icu4c/source/common/ |
utrie2_builder.cpp | 345 UBool exclusiveLimit; /* rather than inclusive range end */ 348 static UBool U_CALLCONV 495 static inline UBool 496 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 507 return (UBool)(block==trie->dataNullOffset); 530 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 602 static inline UBool 604 return (UBool)(block!=trie->dataNullOffset && 1==trie->map[block>>UTRIE2_SHIFT_2]); 625 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 654 UChar32 c, UBool forLSCP, uint32_t value [all...] |
ucnv_ext.cpp | 128 UBool /*useFallback*/, UBool flush) { 278 U_CFUNC UBool 284 UBool flush, 335 UBool useFallback) { 453 static inline UBool 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { 536 UBool useFallback, UBool flush) { 749 U_CFUNC UBool [all...] |
unisetspan.cpp | 72 UBool *l=(UBool *)uprv_malloc(maxLength); 86 UBool isEmpty() const { 87 return (UBool)(length==0); 119 UBool containsOffset(int32_t offset) const { 158 UBool *list; 163 UBool staticList[16]; 211 all((UBool)(which==ALL)) { 229 UBool someRelevant=FALSE; 234 UBool thisRelevant [all...] |
pluralmap.h | 239 UBool equals( 241 UBool (*eqFunc)(const T &, const T &)) const {
|
rbbi_cache.cpp | 45 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t *statusIndex) { 83 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t *statusIndex) { 305 UBool RuleBasedBreakIterator::BreakCache::seek(int32_t pos) { 340 UBool RuleBasedBreakIterator::BreakCache::populateNear(int32_t position, UErrorCode &status) { 428 UBool RuleBasedBreakIterator::BreakCache::populateFollowing() { 479 UBool RuleBasedBreakIterator::BreakCache::populatePreceding(UErrorCode &status) { 548 UBool segmentHandledByDictionary = FALSE; 575 UBool success = FALSE;
|
servlk.cpp | 123 UBool 149 UBool
|
ucnvhz.cpp | 63 UBool isEscapeAppended; 64 UBool isStateDBCS; 65 UBool isTargetUCharDBCS; 66 UBool isEmptySegment; 348 UBool isTargetUCharDBCS = (UBool) myConverterData->isTargetUCharDBCS; 349 UBool oldIsTargetUCharDBCS; 392 myConverterData->isTargetUCharDBCS = isTargetUCharDBCS = (UBool)(targetUniChar>0x00FF);
|
unistr_case.cpp | 105 UBool writable = isBufferWritable(); 238 U_CAPI UBool U_EXPORT2
|
uvectr64.cpp | 83 UBool UVector64::operator==(const UVector64& other) { 118 UBool UVector64::expandCapacity(int32_t minimumCapacity, UErrorCode &status) {
|
/external/icu/icu4c/source/i18n/ |
tzgnames.cpp | 60 UBool isLong; 81 static UBool U_CALLCONV 195 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 214 UBool 300 UBool fGNamesTrieFullyLoaded; 315 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName, 319 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName); 532 UBool isPrimary = FALSE; 616 UBool useStandard = FALSE; 640 UBool beforTrs = btz->getPreviousTransition(date, TRUE, before) [all...] |
gregocal.cpp | 312 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const 403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) 461 UBool 533 UBool /* useMonth */) const 543 UBool isLeap = eyear%4 == 0; 645 UBool 686 UBool 716 double GregorianCalendar::computeJulianDayOfYear(UBool isGregorian, 717 int32_t year, UBool& isLeap) 831 UBool inCutoverMonth = FALSE [all...] |
uregex.cpp | 47 UBool fOwnsText; 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { 510 U_CAPI UBool U_EXPORT2 517 U_CAPI UBool U_EXPORT2 522 UBool result = FALSE; 540 U_CAPI UBool U_EXPORT2 547 U_CAPI UBool U_EXPORT2 552 UBool result = FALSE; 571 U_CAPI UBool U_EXPORT [all...] |
dtptngen.cpp | 413 UBool 437 UBool 465 U_CFUNC UBool U_CALLCONV allowedHourFormatsCleanup() { 506 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, 711 UBool gotMm=FALSE; 800 UBool ignoreChars = FALSE; 823 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, [all...] |
gregoimp.h | 155 static inline UBool isLeapYear(int32_t year); 271 inline UBool Grego::isLeapYear(int32_t year) {
|
selfmt.cpp | 167 UBool 179 UBool
|
tridpars.cpp | 56 const UnicodeString& v, UBool sawS, 121 UBool sawParen = FALSE; 357 UBool TransliteratorIDParser::parseCompoundID(const UnicodeString& id, int32_t dir, 387 UBool sawDelimiter = TRUE; 554 UBool& isSourcePresent) { 650 UBool bidirectional, 705 UBool allowFilter) { 797 UBool sawSource = TRUE;
|
uspoof_impl.h | 224 UBool validateDataVersion(UErrorCode &status) const; 275 UBool fDataOwned; // True if the raw data is owned, and needs
|
/external/icu/icu4c/source/io/ |
uscanf_p.cpp | 90 UBool fSkipArg; /* TRUE if arg should be skipped */ 91 UBool fIsLongDouble; /* L flag */ 92 UBool fIsShort; /* h flag */ 93 UBool fIsLong; /* l flag */ 94 UBool fIsLongLong; /* ll flag */ 95 UBool fIsString; /* TRUE if this is a NULL-terminated string. */ 323 UBool isNotEOF; 346 UBool isNotEOF; 841 UBool isNotEOF = FALSE; 938 UBool isNotEOF = FALSE [all...] |
/external/icu/icu4c/source/common/unicode/ |
uidna.h | 189 UBool isTransitionalDifferent; 190 UBool reservedB3; /**< Reserved field, do not use. @internal */ [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
measfmt.h | 148 virtual UBool operator==(const Format &other) const; 312 UBool setMeasureFormatLocale(const Locale &locale, UErrorCode &status);
|
plurfmt.h | 435 virtual UBool operator==(const Format& other) const; 444 virtual UBool operator!=(const Format& other) const;
|
usearch.h | [all...] |
utrans.h | 533 UBool escapeUnprintable, 558 UBool ignoreFilter,
|
/external/icu/icu4c/source/samples/numfmt/ |
main.cpp | 27 showCurrencyFormatting(UBool useICU26API); 229 showCurrencyFormatting(UBool useICU26API) {
|
/external/icu/icu4c/source/test/intltest/ |
caltztst.cpp | 29 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError)
|