/external/icu/icu4c/source/tools/ctestfw/unicode/ |
testdata.h | 64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 74 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status) = 0; 84 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0; 106 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const; 108 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status); 109 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
|
/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 300 virtual UBool 327 virtual UBool 373 virtual UBool 396 virtual UBool 456 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 472 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 487 virtual UBool isInert(UChar32 c) const = 0; 616 virtual UBool 630 virtual UBool 668 virtual UBool [all...] |
uniset.h | 328 inline UBool isBogus(void) const; 486 virtual UBool operator==(const UnicodeSet& o) const; 493 UBool operator!=(const UnicodeSet& o) const; 567 inline UBool isFrozen() const; 614 static UBool resemblesPattern(const UnicodeString& pattern, 706 UBool escapeUnprintable = FALSE) const; 783 virtual UBool isEmpty(void) const; 792 virtual UBool contains(UChar32 c) const; 802 virtual UBool contains(UChar32 start, UChar32 end) const; 811 UBool contains(const UnicodeString& s) const [all...] |
messagepattern.h | 527 UBool operator==(const MessagePattern &other) const; 534 inline UBool operator!=(const MessagePattern &other) const { 568 UBool hasNamedArguments() const { 577 UBool hasNumberedArguments() const { 668 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const { 789 static UBool hasNumericValue(UMessagePatternPartType type) { 798 UBool operator==(const Part &other) const; 805 inline UBool operator!=(const Part &other) const { 874 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity, 890 static UBool isArgTypeChar(UChar32 c) [all...] |
normlzr.h | 242 UBool compat, int32_t options, 264 UBool compat, int32_t options, 327 static inline UBool 345 static UBool 584 UBool operator==(const Normalizer& that) const; 594 inline UBool operator!=(const Normalizer& that) const; 662 UBool value); 674 UBool getOption(int32_t option) const; 743 UBool nextNormalize(); 744 UBool previousNormalize() [all...] |
/external/icu/icu4c/source/i18n/ |
usrchimp.h | 74 UBool isEmpty() const; 84 UBool toShift; 85 UBool isShifted; 136 UBool isOverlap; 137 UBool isCanonicalMatch; 147 UBool isForwardSearching; 148 UBool reset; 161 UBool hasPrefixAccents; 162 UBool hasSuffixAccents; 180 UBool ownCollator [all...] |
regexcmp.h | 55 UBool fQuoted; 89 UBool doParseActions(int32_t a); 97 int32_t blockTopLoc(UBool reserve); // Locate a position in the compiled pattern 105 UBool compileInlineInterval(); // Generate inline code for a {min,max} quantifier 107 void fixLiterals(UBool split=FALSE); // Generate code for pending literal characters. 127 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated); 143 UBool fQuoteMode; // Scan is in a \Q...\E quoted region 144 UBool fInBackslashQuote; // Scan is between a '\' and the following char. 145 UBool fEOLComments; // When scan is just after '(?', inhibit #... to 176 UBool fSetModeFlag; // true for (?ismx, false for (?-ism [all...] |
zrule.h | 67 U_CAPI UBool U_EXPORT2 104 U_CAPI UBool U_EXPORT2 146 U_CAPI UBool U_EXPORT2 183 U_CAPI UBool U_EXPORT2 197 U_CAPI UBool U_EXPORT2 212 U_CAPI UBool U_EXPORT2 230 U_CAPI UBool U_EXPORT2 232 int32_t prevDSTSavings, UBool inclusive, UDate& result); 248 U_CAPI UBool U_EXPORT2 250 int32_t prevDSTSavings, UBool inclusive, UDate& result) [all...] |
utf16collationiterator.h | 36 UTF16CollationIterator(const CollationData *d, UBool numeric, 45 virtual UBool operator==(const CollationIterator &other) const; 71 virtual UBool foundNULTerminator(); 87 FCDUTF16CollationIterator(const CollationData *data, UBool numeric, 98 virtual UBool operator==(const CollationIterator &other) const; 111 virtual UBool foundNULTerminator(); 130 UBool nextSegment(UErrorCode &errorCode); 144 UBool previousSegment(UErrorCode &errorCode); 146 UBool normalize(const UChar *from, const UChar *to, UErrorCode &errorCode);
|
collationfcd.h | 59 static inline UBool hasLccc(UChar32 c) { 71 static inline UBool hasTccc(UChar32 c) { 83 static inline UBool mayHaveLccc(UChar32 c) { 106 static inline UBool maybeTibetanCompositeVowel(UChar32 c) { 121 static inline UBool isFCD16OfTibetanCompositeVowel(uint16_t fcd16) {
|
collationweights.h | 50 void initForPrimary(UBool compressible); 67 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n); 98 UBool getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit); 99 UBool allocWeightsInShortRanges(int32_t n, int32_t minLength); 100 UBool allocWeightsInMinLengthRanges(int32_t n, int32_t minLength);
|
islamcal.h | 227 UBool isCivil(); 239 static UBool civilLeapYear(int32_t year); 320 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const; 394 virtual UBool inDaylightTime(UErrorCode& status) const; 401 virtual UBool haveDefaultCentury() const;
|
/external/icu/icu4c/source/common/ |
uchar.cpp | 67 static UBool U_CALLCONV 89 U_CAPI UBool U_EXPORT2 93 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); 97 U_CAPI UBool U_EXPORT2 101 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); 105 U_CAPI UBool U_EXPORT2 109 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); 113 U_CAPI UBool U_EXPORT2 117 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); 120 U_CAPI UBool U_EXPORT [all...] |
patternprops.cpp | 118 UBool 123 return (UBool)(latin1[c]>>1)&1; 128 return (UBool)((bits>>(c&0x1f))&1); 136 UBool 141 return (UBool)(latin1[c]&1); 146 return (UBool)((bits>>(c&0x1f))&1); 154 UBool 159 return (UBool)(latin1[c]>>2)&1; 197 UBool
|
unisetspan.h | 71 inline UBool needsStringSpanUTF16(); 72 inline UBool needsStringSpanUTF8(); 75 inline UBool contains(UChar32 c) const; 134 UBool all; 143 UBool UnicodeSetStringSpan::needsStringSpanUTF16() { 144 return (UBool)(maxLength16!=0); 147 UBool UnicodeSetStringSpan::needsStringSpanUTF8() { 148 return (UBool)(maxLength8!=0); 151 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
|
normalizer2impl.h | 75 static inline UBool isHangul(UChar32 c) { 78 static inline UBool 83 static inline UBool isJamoL(UChar32 c) { 86 static inline UBool isJamoV(UChar32 c) { 89 static inline UBool isJamoT(UChar32 c) { 93 static UBool isJamo(UChar32 c) { 153 UBool init(int32_t destCapacity, UErrorCode &errorCode); 155 UBool isEmpty() const { return start==limit; } 161 UBool equals(const UChar *start, const UChar *limit) const; 162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const [all...] |
appendable.cpp | 25 UBool 34 UBool 54 UBool
|
/external/icu/icu4c/source/i18n/unicode/ |
vtzone.h | 73 virtual UBool operator==(const TimeZone& that) const; 83 virtual UBool operator!=(const TimeZone& that) const; 123 UBool getTZURL(UnicodeString& url) const; 140 UBool getLastModified(UDate& lastModified) const; 262 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 289 virtual UBool useDaylightTime(void) const; 304 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 314 virtual UBool hasSameRules(const TimeZone& other) const; 324 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const [all...] |
numfmt.h | 263 virtual UBool operator==(const Format& other) const; 677 UBool isParseIntegerOnly(void) const; 686 virtual void setParseIntegerOnly(UBool value); 695 virtual void setLenient(UBool enable); 705 virtual UBool isLenient(void) const; [all...] |
/external/icu/icu4c/source/io/ |
ufile.h | 77 UBool fOwnFile; /* TRUE if fFile should be closed */ 89 UBool flushIO, 90 UBool flushTranslit); 105 U_CFUNC UBool U_EXPORT2 114 U_CFUNC UBool U_EXPORT2
|
/external/icu/icu4c/source/test/intltest/ |
dtfmtrtts.h | 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE ); 78 UBool failure(UErrorCode status, const char* msg); 79 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str); 89 UBool optionv; // TRUE if @v option is given on command line
|
normconf.h | 31 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 63 UBool checkConformance(const UnicodeString* field, 68 UBool checkNorm(UNormalizationMode mode, int32_t options, 87 UBool assertEqual(const char *op, const char *op2, 105 UBool hexsplit(const char *s, char delimiter,
|
srchtest.h | 30 void runIndexedTest(int32_t index, UBool exec, const char* &name, 46 UBool assertEqualWithStringSearch( StringSearch *strsrch, 48 UBool assertEqual(const SearchData *search); 49 UBool assertCanonicalEqual(const SearchData *search); 50 UBool assertEqualWithAttribute(const SearchData *search,
|
tzbdtest.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 43 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary); 44 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz); 56 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset);
|
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.h | 129 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, 130 UBool *firstForWhere); 138 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, 139 UBool *firstForWhere); 146 U_CAPI UBool udbg_knownIssue_print(void *ptr);
|