/external/icu/icu4c/source/i18n/ |
nfrs.h | 38 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule); 43 UBool operator==(const NFRuleSet& rhs) const; 44 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); } 46 UBool isPublic() const { return fIsPublic; } 48 UBool isParseable() const { return fIsParseable; } 50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } 53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } 58 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const; 78 UBool fIsFractionRuleSet; 79 UBool fIsPublic [all...] |
scriptset.h | 42 UBool operator == (const ScriptSet &other) const; 43 UBool operator != (const ScriptSet &other) const {return !(*this == other);}; 46 UBool test(UScriptCode script, UErrorCode &status) const; 52 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon. 53 UBool contains(const ScriptSet &other) const; // All set bits in other are also set in this. 61 UBool isEmpty() const; 75 U_CAPI UBool U_EXPORT2
|
csr2022.h | 67 UBool match(InputText *textIn, CharsetMatch *results) const; 77 UBool match(InputText *textIn, CharsetMatch *results) const; 88 UBool match(InputText *textIn, CharsetMatch *results) const;
|
esctrn.h | 76 UBool grokSupplementals; 102 UBool grokSupplementals, 136 UBool isIncremental) const;
|
csrecog.h | 49 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
|
csrsbcs.h | 78 virtual UBool match(InputText *det, CharsetMatch *results) const = 0; 87 virtual UBool match(InputText *det, CharsetMatch *results) const; 95 virtual UBool match(InputText *det, CharsetMatch *results) const; 146 virtual UBool match(InputText *det, CharsetMatch *results) const; 156 virtual UBool match(InputText *det, CharsetMatch *results) const; 166 virtual UBool match(InputText *det, CharsetMatch *results) const; 178 virtual UBool match(InputText *det, CharsetMatch *results) const; 188 virtual UBool match(InputText *det, CharsetMatch *results) const; 198 virtual UBool match(InputText *det, CharsetMatch *results) const; 210 virtual UBool match(InputText *det, CharsetMatch *results) const [all...] |
csrucode.h | 41 UBool match(InputText* textIn, CharsetMatch *results) const = 0; 53 UBool match(InputText* textIn, CharsetMatch *results) const; 64 UBool match(InputText* textIn, CharsetMatch *results) const; 77 UBool match(InputText* textIn, CharsetMatch *results) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
rbtz.h | 77 virtual UBool operator==(const TimeZone& that) const; 87 virtual UBool operator!=(const TimeZone& that) const; 198 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset, 225 virtual UBool useDaylightTime(void) const; 240 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const; 250 virtual UBool hasSameRules(const TimeZone& other) const; 260 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const; 270 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const [all...] |
tmutamt.h | 102 virtual UBool operator==(const UObject& other) const; 111 UBool operator!=(const UObject& other) const; 159 inline UBool
|
/external/icu/icu4c/source/common/ |
rbbiscan.h | 56 UBool fEscaped; 68 UBool push(const RBBIRuleChar &c); // Push (unget) one character. 83 UBool doParseActions(int32_t a); 103 UBool fQuoteMode; // Scan is in a 'quoted region' 126 UBool fReverseRule; // True if the rule currently being scanned 130 UBool fLookAheadRule; // True if the rule includes a '/' 133 UBool fNoChainInRule; // True if the current rule starts with a '^'.
|
ulocimp.h | 122 ulocimp_getRegionForSupplementalData(const char *localeID, UBool inferRegion, 129 U_CFUNC UBool 132 U_CFUNC UBool 142 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType); 145 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
|
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 | 51 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2); 77 U_CAPI UBool U_EXPORT2 88 U_CAPI UBool U_EXPORT2
|
uvectr32.h | 89 UBool operator==(const UVector32& other); 94 inline UBool operator!=(const UVector32& other); 108 UBool equals(const UVector32 &other) const; 114 UBool contains(int32_t elem) const; 116 UBool containsAll(const UVector32& other) const; 118 UBool removeAll(const UVector32& other); 120 UBool retainAll(const UVector32& other); 128 UBool isEmpty(void) const; 131 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status); 134 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status) [all...] |
ruleiter.h | 109 UBool atEnd() const; 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 130 inline UBool inVariable() const; 226 inline UBool RuleCharacterIterator::inVariable() const {
|
/external/icu/icu4c/source/test/intltest/ |
convtest.h | 51 UBool finalFlush; 52 UBool fallbacks; 72 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0); 82 UBool 85 UBool 88 UBool 94 UBool
|
numrgts.h | 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 101 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE); 102 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE); 103 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
|
callimts.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 34 static UBool withinErr(double a, double b, double err); 50 void doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth);
|
dadrcal.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, 43 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 47 UBool fwd);
|
msfmrgts.h | 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 51 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
|
sfwdchit.h | 18 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE); 26 // not used -- virtual UBool operator==(const ForwardCharacterIterator& that) const; 62 virtual UBool hasNext(); 75 UBool fBogus;
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
uperf.h | 30 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 53 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 135 UBool run(); 136 UBool runTest( char* name = NULL, char* par = NULL ); // not to be overidden 161 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide ! 163 virtual UBool runTestLoop( char* testname, char* par ); 165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par ); 173 UBool uselen; 179 UBool line_mode; 182 UBool verbose [all...] |
/external/icu/icu4c/source/common/unicode/ |
dtintrv.h | 110 virtual UBool operator==(const DateInterval& other) const; 117 UBool operator!=(const DateInterval& other) const; 152 inline UBool
|
edits.h | 162 UBool copyErrorTo(UErrorCode &outErrorCode); 174 UBool hasChanges() const { return numChanges != 0; } 229 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } 250 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { 273 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { 332 UBool hasChange() const { return changed; } 403 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs); 408 UBool noNext(); 409 UBool next(UBool onlyChanges, UErrorCode &errorCode) [all...] |
usetiter.h | 140 inline UBool isString() const; 192 UBool next(); 213 UBool nextRange(); 271 //UBool abbreviated; 305 inline UBool UnicodeSetIterator::isString() const {
|