/external/icu/icu4c/source/i18n/ |
csrutf8.h | 37 UBool match(InputText *input, CharsetMatch *results) const;
|
rbt_set.h | 137 UBool transliterate(Replaceable& text, 139 UBool isIncremental); 149 UBool escapeUnprintable) const; 156 UBool getTarget) const;
|
wintzimpl.h | 33 U_CAPI UBool U_EXPORT2
|
rbt_rule.h | 188 UBool anchorStart, UBool anchorEnd, 243 UBool matchesIndexValue(uint8_t v) const; 253 virtual UBool masks(const TransliterationRule& r2) const; 278 UBool incremental) const; 285 UBool escapeUnprintable) const;
|
/external/icu/icu4c/source/samples/translit/answers/ |
unaccent.h | 35 UBool incremental) const;
|
/external/icu/icu4c/source/test/intltest/ |
currcoll.h | 34 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
dtfmapts.h | 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
dtptngts.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
erarulestest.h | 15 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
nmfmapts.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
selfmts.h | 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
trnserr.h | 35 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
|
uvectest.h | 27 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
v32test.h | 27 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
jamotest.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, 48 const UnicodeString& summary, UBool pass,
|
nptrans.h | 54 inline UBool isProhibited(UChar32 ch); 86 UBool allowUnassigned, 107 UBool allowUnassigned, 116 UBool isLabelSeparator(UChar32 ch, UErrorCode& status); 118 inline UBool isLDHChar(UChar32 ch); 128 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
|
/external/icu/icu4c/source/test/perf/usetperf/ |
bitset.h | 32 UBool get(int32_t bitIndex) const;
|
/external/icu/icu4c/source/tools/genrb/ |
genrb.h | 47 UBool omitBinaryCollation,
|
/external/icu/icu4c/source/common/ |
punycode.h | 71 const UBool *caseFlags, 106 UBool *caseFlags,
|
bmpset.h | 44 virtual UBool contains(UChar32 c) const; 97 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const; 102 UBool latin1Contains[0x100]; 105 UBool containsFFFD; 158 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const { 159 return (UBool)(findCodePoint(c, lo, hi) & 1);
|
rbbinode.h | 76 UBool fNullable; // See Aho. 82 UBool fLookAheadEnd; // For endMark nodes, set TRUE if 85 UBool fRuleRoot; // True if this node is the root of a rule. 86 UBool fChainIn; // True if chaining into this rule is allowed 106 static void printTree(const RBBINode *n, UBool withHeading); 111 UBool operator == (const RBBINode &other); // Private, so these functions won't accidently be used.
|
/external/icu/icu4c/source/common/unicode/ |
errorcode.h | 95 UBool isSuccess() const { return U_SUCCESS(errorCode); } 97 UBool isFailure() const { return U_FAILURE(errorCode); }
|
unifilt.h | 77 virtual UBool contains(UChar32 c) const = 0; 93 UBool incremental);
|
/external/icu/icu4c/source/i18n/unicode/ |
basictz.h | 52 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0; 62 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const = 0; 84 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end, 85 UBool ignoreDstAmount, UErrorCode& ec) const;
|
numsys.h | 105 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status ); 168 UBool isAlgorithmic() const; 189 UBool algorithmic; 194 void setAlgorithmic(UBool algorithmic); 200 static UBool isValidDigitString(const UnicodeString &str); 202 UBool hasContiguousDecimalDigits() const;
|