HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 51 - 75 of 1061) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
utf8collationiterator.h 33 UTF8CollationIterator(const CollationData *d, UBool numeric,
61 virtual UBool foundNULTerminator();
63 virtual UBool forbidSurrogateCodePoints() const;
79 FCDUTF8CollationIterator(const CollationData *data, UBool numeric,
100 virtual UBool foundNULTerminator();
107 UBool nextHasLccc() const;
108 UBool previousHasTccc() const;
119 UBool nextSegment(UErrorCode &errorCode);
130 UBool previousSegment(UErrorCode &errorCode);
132 UBool normalize(const UnicodeString &s, UErrorCode &errorCode)
    [all...]
nfrs.h 36 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
41 UBool operator==(const NFRuleSet& rhs) const;
42 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
44 UBool isPublic() const { return fIsPublic; }
46 UBool isParseable() const { return fIsParseable; }
48 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
51 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
56 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
76 UBool fIsFractionRuleSet;
77 UBool fIsPublic
    [all...]
csr2022.h 65 UBool match(InputText *textIn, CharsetMatch *results) const;
75 UBool match(InputText *textIn, CharsetMatch *results) const;
86 UBool match(InputText *textIn, CharsetMatch *results) const;
esctrn.h 74 UBool grokSupplementals;
100 UBool grokSupplementals,
134 UBool isIncremental) const;
csrecog.h 47 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
csrsbcs.h 76 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
85 virtual UBool match(InputText *det, CharsetMatch *results) const;
93 virtual UBool match(InputText *det, CharsetMatch *results) const;
144 virtual UBool match(InputText *det, CharsetMatch *results) const;
154 virtual UBool match(InputText *det, CharsetMatch *results) const;
164 virtual UBool match(InputText *det, CharsetMatch *results) const;
176 virtual UBool match(InputText *det, CharsetMatch *results) const;
186 virtual UBool match(InputText *det, CharsetMatch *results) const;
196 virtual UBool match(InputText *det, CharsetMatch *results) const;
208 virtual UBool match(InputText *det, CharsetMatch *results) const
    [all...]
csrucode.h 39 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
51 UBool match(InputText* textIn, CharsetMatch *results) const;
62 UBool match(InputText* textIn, CharsetMatch *results) const;
75 UBool match(InputText* textIn, CharsetMatch *results) const;
csrutf8.h 35 UBool match(InputText *input, CharsetMatch *results) const;
rbt_set.h 135 UBool transliterate(Replaceable& text,
137 UBool isIncremental);
147 UBool escapeUnprintable) const;
154 UBool getTarget) const;
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 75 virtual UBool operator==(const TimeZone& that) const;
85 virtual UBool operator!=(const TimeZone& that) const;
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
223 virtual UBool useDaylightTime(void) const;
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
248 virtual UBool hasSameRules(const TimeZone& other) const;
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const
    [all...]
tmutamt.h 100 virtual UBool operator==(const UObject& other) const;
109 UBool operator!=(const UObject& other) const;
157 inline UBool
  /external/icu/icu4c/source/test/intltest/
convtest.h 49 UBool finalFlush;
50 UBool fallbacks;
70 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
79 UBool
82 UBool
85 UBool
91 UBool
numrgts.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
99 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
100 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
101 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
callimts.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
32 static UBool withinErr(double a, double b, double err);
47 void doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth);
dadrcal.h 31 void runIndexedTest(int32_t index, UBool exec, const char* &name,
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
msfmrgts.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
sfwdchit.h 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
24 // not used -- virtual UBool operator==(const ForwardCharacterIterator& that) const;
60 virtual UBool hasNext();
73 UBool fBogus;
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 28 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
51 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
133 UBool run();
134 UBool runTest( char* name = NULL, char* par = NULL ); // not to be overidden
159 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
161 virtual UBool runTestLoop( char* testname, char* par );
163 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
171 UBool uselen;
177 UBool line_mode;
180 UBool verbose
    [all...]
  /external/icu/icu4c/source/common/
ucln_cmn.h 25 U_CFUNC UBool umtx_cleanup(void);
27 U_CFUNC UBool utrace_cleanup(void);
29 U_CFUNC UBool ucln_lib_cleanup(void);
uelement.h 49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
75 U_CAPI UBool U_EXPORT2
86 U_CAPI UBool U_EXPORT2
uvectr32.h 87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
112 UBool contains(int32_t elem) const;
114 UBool containsAll(const UVector32& other) const;
116 UBool removeAll(const UVector32& other);
118 UBool retainAll(const UVector32& other);
126 UBool isEmpty(void) const;
129 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status)
    [all...]
ruleiter.h 107 UBool atEnd() const;
123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
128 inline UBool inVariable() const;
224 inline UBool RuleCharacterIterator::inVariable() const {
sharedobject.cpp 18 SharedObject::addRef(UBool fromWithinCache) const {
35 SharedObject::removeRef(UBool fromWithinCache) const {
36 UBool decrementItemsInUse = (umtx_atomic_dec(&hardRefCount) == 0);
37 UBool allReferencesGone = (umtx_atomic_dec(&totalRefCount) == 0);
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 108 virtual UBool operator==(const DateInterval& other) const;
115 UBool operator!=(const DateInterval& other) const;
150 inline UBool
usetiter.h 138 inline UBool isString() const;
190 UBool next();
211 UBool nextRange();
269 //UBool abbreviated;
303 inline UBool UnicodeSetIterator::isString() const {

Completed in 4149 milliseconds

1 23 4 5 6 7 8 91011>>