HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 101 - 125 of 1004) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/tools/ctestfw/unicode/
testdata.h 62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
72 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status) = 0;
82 virtual UBool nextCase(const DataMap *& data, UErrorCode &status) = 0;
104 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
106 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status);
107 virtual UBool nextCase(const DataMap *& nextCase, UErrorCode &status);
  /external/icu4c/i18n/
regexcmp.h 51 UBool fQuoted;
85 UBool doParseActions(int32_t a);
93 int32_t blockTopLoc(UBool reserve); // Locate a position in the compiled pattern
101 UBool compileInlineInterval(); // Generate inline code for a {min,max} quantifier
103 void fixLiterals(UBool split=FALSE); // Generate code for pending literal characters.
116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
128 UBool fQuoteMode; // Scan is in a \Q...\E quoted region
129 UBool fInBackslashQuote; // Scan is between a '\' and the following char.
130 UBool fEOLComments; // When scan is just after '(?', inhibit #... to
161 UBool fSetModeFlag; // true for (?ismx, false for (?-ism
    [all...]
zrule.h 63 U_CAPI UBool U_EXPORT2
100 U_CAPI UBool U_EXPORT2
142 U_CAPI UBool U_EXPORT2
179 U_CAPI UBool U_EXPORT2
193 U_CAPI UBool U_EXPORT2
208 U_CAPI UBool U_EXPORT2
226 U_CAPI UBool U_EXPORT2
228 int32_t prevDSTSavings, UBool inclusive, UDate& result);
244 U_CAPI UBool U_EXPORT2
246 int32_t prevDSTSavings, UBool inclusive, UDate& result)
    [all...]
cecal.h 69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
86 virtual UBool inDaylightTime(UErrorCode&) const;
92 virtual UBool haveDefaultCentury() const;
fphdlimp.h 27 virtual UBool isRecording(void);
42 virtual UBool isRecording(void);
66 virtual UBool isRecording(void);
quant.h 73 UBool incremental);
82 UBool escapeUnprintable = FALSE) const;
89 virtual UBool matchesIndexValue(uint8_t v) const;
strrepl.h 53 UBool hasCursor;
62 UBool isComplex;
132 UBool escapeUnprintable) const;
tznames_impl.h 79 inline UBool hasValues() const;
87 UBool fHasValuesVector;
88 UBool fPadding;
95 inline UBool CharacterNode::hasValues() const {
96 return (UBool)(fValues != NULL);
119 virtual UBool handleMatch(int32_t matchLength,
130 TextTrieMap(UBool ignoreCase, UObjectDeleter *valeDeleter);
140 UBool fIgnoreCase;
146 UBool fIsEmpty;
149 UBool growNodes()
    [all...]
  /external/icu4c/common/
uchar.c 45 U_CFUNC UBool
74 static UBool U_CALLCONV
96 U_CAPI UBool U_EXPORT2
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
104 U_CAPI UBool U_EXPORT2
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
112 U_CAPI UBool U_EXPORT2
116 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER);
120 U_CAPI UBool U_EXPORT2
124 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER)
    [all...]
normalizer2impl.h 57 static inline UBool isHangul(UChar32 c) {
60 static inline UBool
65 static inline UBool isJamoL(UChar32 c) {
68 static inline UBool isJamoV(UChar32 c) {
124 UBool init(int32_t destCapacity, UErrorCode &errorCode);
126 UBool isEmpty() const { return start==limit; }
132 UBool equals(const UChar *start, const UChar *limit) const;
139 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
145 UBool append(const UChar *s, int32_t length,
148 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode)
    [all...]
patternprops.cpp 116 UBool
121 return (UBool)(latin1[c]>>1)&1;
126 return (UBool)((bits>>(c&0x1f))&1);
134 UBool
139 return (UBool)(latin1[c]&1);
144 return (UBool)((bits>>(c&0x1f))&1);
152 UBool
157 return (UBool)(latin1[c]>>2)&1;
195 UBool
unisetspan.h 69 inline UBool needsStringSpanUTF16();
70 inline UBool needsStringSpanUTF8();
73 inline UBool contains(UChar32 c) const;
132 UBool all;
141 UBool UnicodeSetStringSpan::needsStringSpanUTF16() {
142 return (UBool)(maxLength16!=0);
145 UBool UnicodeSetStringSpan::needsStringSpanUTF8() {
146 return (UBool)(maxLength8!=0);
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
bmpset.h 41 virtual UBool contains(UChar32 c) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
102 UBool asciiBytes[0xc0];
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
156 return (UBool)(findCodePoint(c, lo, hi) & 1);
appendable.cpp 23 UBool
32 UBool
52 UBool
  /external/icu4c/common/unicode/
messagepattern.h 524 UBool operator==(const MessagePattern &other) const;
531 inline UBool operator!=(const MessagePattern &other) const {
565 UBool hasNamedArguments() const {
574 UBool hasNumberedArguments() const {
665 UBool partSubstringMatches(const Part &part, const UnicodeString &s) const {
786 static UBool hasNumericValue(UMessagePatternPartType type) {
795 UBool operator==(const Part &other) const;
802 inline UBool operator!=(const Part &other) const {
871 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
887 static UBool isArgTypeChar(UChar32 c)
    [all...]
uniset.h 311 inline UBool isBogus(void) const;
447 virtual UBool operator==(const UnicodeSet& o) const;
454 UBool operator!=(const UnicodeSet& o) const;
528 inline UBool isFrozen() const;
576 static UBool resemblesPattern(const UnicodeString& pattern,
668 UBool escapeUnprintable = FALSE) const;
745 virtual UBool isEmpty(void) const;
754 virtual UBool contains(UChar32 c) const;
764 virtual UBool contains(UChar32 start, UChar32 end) const;
773 UBool contains(const UnicodeString& s) const
    [all...]
normalizer2.h 268 virtual UBool
295 virtual UBool
341 virtual UBool
400 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
416 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
431 virtual UBool isInert(UChar32 c) const = 0;
535 virtual UBool
549 virtual UBool
587 virtual UBool
624 virtual UBool hasBoundaryBefore(UChar32 c) const
    [all...]
normlzr.h 235 UBool compat, int32_t options,
257 UBool compat, int32_t options,
320 static inline UBool
338 static UBool
575 UBool operator==(const Normalizer& that) const;
585 inline UBool operator!=(const Normalizer& that) const;
653 UBool value);
665 UBool getOption(int32_t option) const;
733 UBool nextNormalize();
734 UBool previousNormalize()
    [all...]
  /external/icu4c/i18n/unicode/
vtzone.h 71 virtual UBool operator==(const TimeZone& that) const;
81 virtual UBool operator!=(const TimeZone& that) const;
121 UBool getTZURL(UnicodeString& url) const;
138 UBool getLastModified(UDate& lastModified) const;
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
287 virtual UBool useDaylightTime(void) const;
302 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
312 virtual UBool hasSameRules(const TimeZone& other) const;
322 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/
    [all...]
  /external/icu4c/io/
ufile.h 70 UBool fOwnFile; /* TRUE if fFile should be closed */
82 UBool flushIO,
83 UBool flushTranslit);
98 U_CFUNC UBool U_EXPORT2
107 U_CFUNC UBool U_EXPORT2
  /external/icu4c/test/intltest/
dtfmtrtts.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
35 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );
76 UBool failure(UErrorCode status, const char* msg);
77 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str);
87 UBool optionv; // TRUE if @v option is given on command line
srchtest.h 28 void runIndexedTest(int32_t index, UBool exec, const char* &name,
44 UBool assertEqualWithStringSearch( StringSearch *strsrch,
46 UBool assertEqual(const SearchData *search);
47 UBool assertCanonicalEqual(const SearchData *search);
48 UBool assertEqualWithAttribute(const SearchData *search,
tzbdtest.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
41 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
42 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz);
54 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset);
dadrcoll.h 37 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
47 UBool setTestSequence(const UnicodeString &setSequence, SeqElement &el);
48 UBool getNextInSequence(SeqElement &el);
tzregts.h 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
55 UBool failure(UErrorCode status, const char* msg);

Completed in 1056 milliseconds

1 2 3 45 6 7 8 91011>>