/external/icu/icu4c/source/i18n/ |
wintzimpl.h | 31 U_CAPI UBool U_EXPORT2
|
rbt_rule.h | 186 UBool anchorStart, UBool anchorEnd, 241 UBool matchesIndexValue(uint8_t v) const; 251 virtual UBool masks(const TransliterationRule& r2) const; 276 UBool incremental) const; 283 UBool escapeUnprintable) const;
|
/external/icu/icu4c/source/samples/translit/answers/ |
unaccent.h | 31 UBool incremental) const;
|
/external/icu/icu4c/source/test/intltest/ |
currcoll.h | 32 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
dtfmapts.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
dtptngts.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
nmfmapts.h | 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
normconf.h | 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 59 UBool checkConformance(const UnicodeString* field, 77 UBool assertEqual(const char *op, 96 UBool hexsplit(const char *s, char delimiter,
|
selfmts.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
trnserr.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
|
tzfmttst.h | 19 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
|
uvectest.h | 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
v32test.h | 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
jamotest.h | 31 void runIndexedTest(int32_t index, UBool exec, const char* &name, 46 const UnicodeString& summary, UBool pass,
|
/external/icu/icu4c/source/test/perf/usetperf/ |
bitset.h | 28 UBool get(int32_t bitIndex) const;
|
/external/icu/icu4c/source/tools/genrb/ |
genrb.h | 45 UBool omitBinaryCollation,
|
/external/icu/icu4c/source/common/ |
punycode.h | 69 const UBool *caseFlags, 104 UBool *caseFlags,
|
rbbiscan.h | 56 UBool fEscaped; 67 UBool push(const RBBIRuleChar &c); // Push (unget) one character. 82 UBool doParseActions(int32_t a); 102 UBool fQuoteMode; // Scan is in a 'quoted region' 125 UBool fReverseRule; // True if the rule currently being scanned 129 UBool fLookAheadRule; // True if the rule includes a '/'
|
ulocimp.h | 66 U_CFUNC UBool 69 U_CFUNC UBool 79 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType); 82 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
|
/external/icu/icu4c/source/common/unicode/ |
errorcode.h | 93 UBool isSuccess() const { return U_SUCCESS(errorCode); } 95 UBool isFailure() const { return U_FAILURE(errorCode); }
|
filteredbrk.h | 77 virtual UBool suppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0; 90 virtual UBool unsuppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
|
unifilt.h | 75 virtual UBool contains(UChar32 c) const = 0; 91 UBool incremental);
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
testlog.h | 37 UBool logIfFailureAndReset(const char *fmt, ...); 38 UBool logDataIfFailureAndReset(const char *fmt, ...);
|
/external/icu/icu4c/source/i18n/unicode/ |
basictz.h | 50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0; 60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0; 82 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end, 83 UBool ignoreDstAmount, UErrorCode& ec) const;
|
numsys.h | 103 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status ); 166 UBool isAlgorithmic() const; 187 UBool algorithmic; 192 void setAlgorithmic(UBool algorithmic); 198 static UBool isValidDigitString(const UnicodeString &str); 200 UBool hasContiguousDecimalDigits() const;
|