/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.cpp | 92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); 102 UBool tf=FALSE; 105 tf=(UBool)(!tf); 109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const { 184 UBool tf=FALSE; 187 tf=(UBool)(!tf); 195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { 246 UBool tf=FALSE; 249 tf=(UBool)(!tf); 301 UBool tf=(UBool)((testcase.spanCount&1)==0) [all...] |
/external/icu/icu4c/source/common/ |
serv.h | 143 virtual UBool fallback(); 152 virtual UBool isFallbackOf(const UnicodeString& id) const; 289 const UBool _visible; 302 SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible = TRUE); 433 UBool isBogus() const; 763 * <p>A convenience override of registerInstance(UObject*, const UnicodeString&, UBool) 792 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status); 825 virtual UBool unregister(URegistryKey rkey, UErrorCode& status); 841 virtual UBool isDefault(void) const; [all...] |
ucnv_ext.h | 352 U_CFUNC UBool 358 UBool flush, 364 UBool useFallback); 372 U_CFUNC UBool 378 UBool flush, 384 UBool useFallback);
|
rbbidata.h | 155 static UBool isDataVersionAcceptable(const UVersionInfo version); 161 UBool operator ==(const RBBIDataWrapper &other) const; 185 UBool fDontFreeData;
|
ubidi_props.h | 45 U_CFUNC UBool 51 U_CFUNC UBool 54 U_CFUNC UBool
|
unorm.cpp | 70 U_CAPI UBool U_EXPORT2 78 U_CAPI UBool U_EXPORT2 117 _iterate(UCharIterator *src, UBool forward, 120 UBool doNormalize, UBool *pNeededToNormalize, 177 unorm_iterate(UCharIterator *src, UBool forward, 180 UBool doNormalize, UBool *pNeededToNormalize, 200 UBool doNormalize, UBool *pNeededToNormalize [all...] |
ustr_imp.h | 38 UBool strncmpStyle, UBool codePointOrder); 126 static inline UBool isValidTrail(int32_t prev, uint8_t t, int32_t i, int32_t length) {
|
/external/icu/icu4c/source/i18n/ |
collationiterator.h | 72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode); 74 inline UBool incLength(UErrorCode &errorCode) { 102 CollationIterator(const CollationData *d, UBool numeric) 112 virtual UBool operator==(const CollationIterator &other) const; 113 inline UBool operator!=(const CollationIterator &other) const { 251 virtual UBool foundNULTerminator(); 258 virtual UBool forbidSurrogateCodePoints() const; 274 UBool forward, UErrorCode &errorCode); 313 void appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode); 330 UBool isNumeric [all...] |
plurrule_impl.h | 160 static UBool isValidKeyword(const UnicodeString& token); 290 UBool quickInit(double n); // Try a fast-path only initialization, 301 UBool _hasIntegerValue; 302 UBool isNegative; 303 UBool _isNaN; 304 UBool _isInfinite; 317 UBool negated = FALSE; // TRUE for negated rules. 318 UBool integerOnly = FALSE; // TRUE for 'within' rules. 328 // UBool isFulfilled(double number); 329 UBool isFulfilled(const IFixedDecimal &number) [all...] |
rbtz.cpp | 34 static UBool compareRules(UVector* rules1, UVector* rules2) { 91 UBool 111 UBool 179 UBool *done = NULL; 190 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount); 204 UBool avail; 234 UBool bDoneAll = TRUE; 302 UBool avail0 = rule0->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt0); 303 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings() (…) [all...] |
nfrule.h | 57 UBool operator==(const NFRule& rhs) const; 58 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); } 73 UBool doParse(const UnicodeString& text, 75 UBool isFractional, 80 UBool shouldRollBack(int64_t number) const; 103 UBool allIgnorable(const UnicodeString& str, UErrorCode& status) const;
|
collationrootelements.h | 172 uint32_t getPrimaryBefore(uint32_t p, UBool isCompressible) const; 190 uint32_t getPrimaryAfter(uint32_t p, int32_t index, UBool isCompressible) const; 227 static inline UBool isEndOfPrimaryRange(uint32_t q) {
|
udatpg.cpp | 81 UnicodeString skeletonString((UBool)(length<0), skeleton, length); 98 UnicodeString patternString((UBool)(length<0), pattern, length); 116 UnicodeString patternString((UBool)(length<0), pattern, length); 125 UBool override, 135 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength); 150 UnicodeString valueString((UBool)(length<0), value, length); 169 UnicodeString valueString((UBool)(length<0), value, length); 206 UnicodeString dtFormatString((UBool)(length<0), dtFormat, length); 223 UnicodeString decimalString((UBool)(length<0), decimal, length); 262 UnicodeString patternString((UBool)(patternLength<0), pattern, patternLength) [all...] |
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 50 UBool opt_help = FALSE; 51 UBool opt_norm = FALSE; 52 UBool opt_french = FALSE; 53 UBool opt_shifted = FALSE; 54 UBool opt_lower = FALSE; 55 UBool opt_upper = FALSE; 56 UBool opt_case = FALSE; 91 UBool processOptions(int argc, const char **argv, OptSpec opts[]) 100 *(UBool *)(pOpt->pVar) = TRUE; 162 UBool processCollator( [all...] |
/external/icu/icu4c/source/tools/ctestfw/ |
tstdtmod.cpp | 28 UBool IcuTestErrorCode::errIfFailureAndReset() { 39 UBool IcuTestErrorCode::errIfFailureAndReset(const char *fmt, ...) { 55 UBool IcuTestErrorCode::errDataIfFailureAndReset() { 66 UBool IcuTestErrorCode::errDataIfFailureAndReset(const char *fmt, ...) { 82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { 86 UBool retval = isFailure(); 91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { 100 UBool retval = isFailure(); 117 void IcuTestErrorCode::errlog(UBool dataErr, const UnicodeString& mainMessage, const char* extraMessage) const { 207 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) cons [all...] |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.h | 40 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 45 UBool isFormatPass( 49 UBool isToPatternPass( 53 UBool isParsePass( 57 UBool isParseCurrencyPass( 69 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 288 UBool testFormattableAsUFormattable(const char *file, int line, Formattable &f); 292 static UBool equalValue(const Formattable& a, const Formattable& b); 321 const UnicodeString& exp, UBool rt=TRUE); 324 const char *exp, UBool rt=TRUE) [all...] |
pptest.cpp | 24 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 37 UBool 38 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) 128 UBool err1 = FALSE; 129 UBool err2 = FALSE; 130 UBool err3 = FALSE;
|
/external/icu/icu4c/source/common/unicode/ |
brkiter.h | 123 virtual UBool operator==(const BreakIterator&) const = 0; 131 UBool operator!=(const BreakIterator& rhs) const { return !operator==(rhs); } 287 virtual UBool isBoundary(int32_t offset) = 0; 525 inline UBool isBufferClone(void); 562 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status); 648 inline UBool BreakIterator::isBufferClone()
|
utext.h | 372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); 386 U_STABLE UBool U_EXPORT2 423 U_STABLE UBool U_EXPORT2 610 U_STABLE UBool U_EXPORT2 805 U_STABLE UBool U_EXPORT2 817 U_STABLE UBool U_EXPORT2 [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
search.h | 274 virtual UBool operator==(const SearchIterator &that) const; 282 UBool operator!=(const SearchIterator &that) const; 568 inline UBool SearchIterator::operator!=(const SearchIterator &that) const
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
trieset.cpp | 100 UBool contains(UChar32 c) const { 102 return (UBool)latin1[c]; 104 return (UBool)UTRIE_GET8_FROM_LEAD(&trie, c);
|
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 35 extern UBool beVerbose, haveCopyright; 87 UBool mappingHasCompBoundaryAfter(const BuilderReorderingBuffer &buffer, 90 UBool mappingRecomposes(const BuilderReorderingBuffer &buffer) const;
|
/external/icu/icu4c/source/tools/toolutil/ |
ucbuf.h | 63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err); 204 U_CAPI UBool U_EXPORT2
|
/external/icu/libandroidicu/include/unicode/ |
utext.h | 372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); 386 U_STABLE UBool U_EXPORT2 423 U_STABLE UBool U_EXPORT2 610 U_STABLE UBool U_EXPORT2 805 U_STABLE UBool U_EXPORT2 817 U_STABLE UBool U_EXPORT2 [all...] |
/bionic/libc/bionic/ |
icu_wrappers.cpp | 45 typedef UBool (*u_hasBinaryProperty_t)(UChar32, UProperty);
|