/external/icu/icu4c/source/test/intltest/ |
sfwdchit.cpp | 44 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { 73 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const { 120 UBool SimpleFwdCharIterator::hasNext() {
|
datadrivennumberformattestsuite.cpp | 18 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; } 19 static UBool isSpace(UChar c) { return c == 9 || c == 0x20 || c == 0x3000; } 21 void DataDrivenNumberFormatTestSuite::run(const char *fileName, UBool runAllTests) { 97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") 100 UBool actualSuccess = isPass(fTuple, errorMessage, status); 121 UBool DataDrivenNumberFormatTestSuite::breaksC() { 187 UBool DataDrivenNumberFormatTestSuite::readLine( 209 UBool DataDrivenNumberFormatTestSuite::isPass( 216 UBool result = FALSE; 252 UBool DataDrivenNumberFormatTestSuite::isFormatPass [all...] |
textfile.cpp | 78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { 113 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, 114 UBool trim) { 134 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) { 151 UBool TextFile::ensureCapacity(int32_t mincapacity) {
|
rbbimonkeytest.h | 59 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 68 static UBool getIntParam(UnicodeString name, UnicodeString ¶ms, int64_t &val, UErrorCode &status); 69 static UBool getStringParam(UnicodeString name, UnicodeString ¶ms, CharString &dest, UErrorCode &status); 70 static UBool getBoolParam(UnicodeString name, UnicodeString ¶ms, UBool &dest, UErrorCode &status); 197 UBool fVerbose; // True to do long dump of failing data. 200 UBool fDumpExpansions; // Debug flag to output epananded form of rules and sets.
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
tstdtmod.h | 69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const; 107 UBool fDataTestValid;
|
/external/icu/icu4c/source/tools/gennorm2/ |
extradata.h | 31 ExtraData(Norms &n, UBool fast); 54 UBool setNoNoDelta(UChar32 c, Norm &norm) const; 59 UBool optimizeFast;
|
/external/icu/icu4c/source/common/ |
norm2allmodes.h | 79 UBool doNormalize, 106 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, 109 virtual UBool 124 virtual UBool 150 virtual UBool 202 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, 215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); } 216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c); } 217 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); } 222 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) [all...] |
uresimp.h | 73 UBool fHasFallback; 74 UBool fIsTopLevel; 104 U_CAPI UBool U_EXPORT2 ures_dumpCacheContents(void); 171 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
|
unifiedcache.h | 59 virtual UBool operator == (const CacheKeyBase &other) const = 0; 86 UBool operator != (const CacheKeyBase &other) const { 91 mutable UBool fIsMaster; 126 virtual UBool operator == (const CacheKeyBase &other) const { 147 virtual UBool operator == (const CacheKeyBase &other) const { 375 UBool _flush(UBool all) const; 405 UBool _poll( 539 UBool _inProgress(const UHashElement *element) const; 545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const [all...] |
uvectr64.h | 88 UBool operator==(const UVector64& other); 93 inline UBool operator!=(const UVector64& other); 107 //UBool equals(const UVector64 &other) const; 113 //UBool contains(int64_t elem) const; 115 //UBool containsAll(const UVector64& other) const; 117 //UBool removeAll(const UVector64& other); 119 //UBool retainAll(const UVector64& other); 127 inline UBool isEmpty(void) const { return count == 0; } 130 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status); 133 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status) [all...] |
uprops.cpp | 50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { 63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { 64 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); 67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { 84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) [all...] |
/external/icu/icu4c/source/common/unicode/ |
uset.h | 357 U_STABLE UBool U_EXPORT2 506 U_STABLE UBool U_EXPORT2 528 UBool escapeUnprintable, 765 U_STABLE UBool U_EXPORT2 776 U_STABLE UBool U_EXPORT2 788 U_STABLE UBool U_EXPORT2 799 U_STABLE UBool U_EXPORT2 882 U_STABLE UBool U_EXPORT2 895 U_STABLE UBool U_EXPORT2 906 U_STABLE UBool U_EXPORT [all...] |
bytestriebuilder.h | 139 virtual UBool matchNodesCanHaveValues() const { return FALSE; } 151 virtual UBool operator==(const Node &other) const; 160 UBool ensureCapacity(int32_t length); 164 virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal); 165 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
|
chariter.h | 114 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0; 126 inline UBool operator!=(const ForwardCharacterIterator& that) const; 173 virtual UBool hasNext() = 0; 543 virtual UBool hasPrevious() = 0; 692 inline UBool
|
rbbi.h | 139 UBool fDone; 254 virtual UBool operator==(const BreakIterator& that) const; 263 UBool operator!=(const BreakIterator& that) const; 442 virtual UBool isBoundary(int32_t offset); 691 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const {
|
ucharstriebuilder.h | 147 virtual UBool matchNodesCanHaveValues() const { return TRUE; } 156 virtual UBool operator==(const Node &other) const; 165 UBool ensureCapacity(int32_t length); 169 virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal); 170 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
|
ucurr.h | 154 U_STABLE UBool U_EXPORT2 179 UBool* isChoiceFormat, 202 UBool* isChoiceFormat, 346 U_STABLE UBool U_EXPORT2 417 UBool commonlyUsed,
|
/external/icu/libandroidicu/include/unicode/ |
uset.h | 357 U_STABLE UBool U_EXPORT2 506 U_STABLE UBool U_EXPORT2 528 UBool escapeUnprintable, 765 U_STABLE UBool U_EXPORT2 776 U_STABLE UBool U_EXPORT2 788 U_STABLE UBool U_EXPORT2 799 U_STABLE UBool U_EXPORT2 882 U_STABLE UBool U_EXPORT2 895 U_STABLE UBool U_EXPORT2 906 U_STABLE UBool U_EXPORT [all...] |
ucurr.h | 154 U_STABLE UBool U_EXPORT2 179 UBool* isChoiceFormat, 202 UBool* isChoiceFormat, 346 U_STABLE UBool U_EXPORT2 417 UBool commonlyUsed,
|
/external/icu/icu4c/source/i18n/unicode/ |
calendar.h | 402 const Locale& locale, UBool commonlyUsed, UErrorCode& status); 451 virtual UBool operator==(const Calendar& that) const; 461 UBool operator!=(const Calendar& that) const {return !operator==(that);} 473 virtual UBool isEquivalentTo(const Calendar& other) const; 489 UBool equals(const Calendar& when, UErrorCode& status) const; 504 UBool before(const Calendar& when, UErrorCode& status) const; 519 UBool after(const Calendar& when, UErrorCode& status) const; 596 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead. 598 inline void roll(EDateFields field, UBool up, UErrorCode& status); 633 inline void roll(UCalendarDateFields field, UBool up, UErrorCode& status) [all...] |
choicfmt.h | 218 const UBool* closures, 261 virtual UBool operator==(const Format& other) const; 325 const UBool* closures, 347 virtual const UBool* getClosures(int32_t& count) const; 497 const UBool* closures, 584 // UBool* fClosures;
|
timezone.h | 378 UnicodeString& canonicalID, UBool& isSystemID, UErrorCode& status); 443 virtual UBool operator==(const TimeZone& that) const; 454 UBool operator!=(const TimeZone& that) const {return !operator==(that);} 530 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 666 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const; 682 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const; [all...] |
/external/icu/icu4c/source/i18n/ |
collation.cpp | 33 Collation::incTwoBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) { 52 Collation::incThreeBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) { 74 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { 96 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { 128 UBool isCompressible = (lower32 & 0x80) != 0;
|
collationdatabuilder.h | 69 virtual UBool isCompressibleLeadByte(uint32_t b) const; 71 inline UBool isCompressiblePrimary(uint32_t p) const { 78 UBool hasMappings() const { return modified; } 83 UBool isAssigned(UChar32 c) const; 123 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end, 173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const; 189 static inline UBool isBuilderContextCE32(uint32_t ce32) { 198 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode); 207 UBool getJamoCE32s(uint32_t jamoCE32s[], UErrorCode &errorCode); 248 UBool modified [all...] |
collationdata.h | 76 UBool isDigit(UChar32 c) const { 81 UBool isUnsafeBackward(UChar32 c, UBool numeric) const { 85 UBool isCompressibleLeadByte(uint32_t b) const { 89 inline UBool isCompressiblePrimary(uint32_t p) const { 203 const UBool *compressibleBytes; 253 UBool latinMustMove,
|