/external/icu/icu4c/source/tools/makeconv/ |
makeconv.cpp | 81 UBool VERBOSE = FALSE; 82 UBool QUIET = FALSE; 83 UBool SMALL = FALSE; 84 UBool IGNORE_SISO_CHECK = FALSE; 95 UBool haveCopyright=TRUE; 284 UBool printFilename = (UBool) (argc > 2 || VERBOSE); 552 static UBool 560 UBool dataIsBase; 629 UBool dataIsBase [all...] |
genmbcs.cpp | 62 UBool utf8Friendly; 63 UBool omitFromU; 71 static UBool 74 static UBool 80 static UBool 84 static UBool 90 static UBool 99 static UBool 195 static UBool 322 static UBool [all...] |
/external/icu/icu4c/source/common/ |
umapfile.cpp | 87 U_CFUNC UBool 100 U_CFUNC UBool 210 U_CFUNC UBool 285 U_CFUNC UBool 419 U_CFUNC UBool uprv_mapFile(UDataMemory *pData, const char *path, UErrorCode *status) {
|
uresbund.cpp | 63 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { 71 return (UBool)(uhash_compareChars(name1, name2) && 80 static UBool chopLocale(char *name) { 178 UBool deletedMore; 225 U_CAPI UBool U_EXPORT2 ures_dumpCacheContents(void) { 226 UBool cacheNotEmpty = FALSE; 260 static UBool U_CALLCONV ures_cleanup(void) 316 /*UBool isAlias = FALSE;*/ 459 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) [all...] |
serv.cpp | 63 UBool 69 UBool 127 SimpleFactory::SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible) 254 UBool isShared() const { 313 UBool 406 inline XMutex(UMutex *mutex, UBool reentering) 418 UBool fActive; 468 UBool putInCache = FALSE; 472 UBool cacheResult = TRUE; 819 ICUService::registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status) [all...] |
ucnv_io.cpp | 204 static UBool U_CALLCONV 208 return (UBool)( 219 static UBool U_CALLCONV ucnv_io_cleanup(void) 312 static UBool 318 static inline UBool 324 return (UBool)(*alias!=0); 391 UBool afterDigit = FALSE; 426 UBool afterDigit = FALSE; 482 UBool afterDigit1 = FALSE, afterDigit2 = FALSE; 552 findConverter(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) [all...] |
utext.cpp | 38 static UBool 39 utext_access(UText *ut, int64_t index, UBool forward) { 45 U_CAPI UBool U_EXPORT2 91 U_CAPI UBool U_EXPORT2 93 UBool r = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE)) != 0; 223 UBool r = ut->pFuncs->access(ut, nativePosition, FALSE); // reverse iteration flag loads preceding chunk 433 U_CAPI UBool U_EXPORT2 459 U_CAPI UBool U_EXPORT2 462 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0; 474 U_CAPI UBool U_EXPORT [all...] |
uniset.cpp | 138 UBool UnicodeSet::hasStrings() const { 146 UBool UnicodeSet::stringsContains(const UnicodeString &s) const { 184 UnicodeSet::UnicodeSet(const UnicodeSet& o, UBool /* asThawed */) : UnicodeFilter(o) { 228 UnicodeSet& UnicodeSet::copyFrom(const UnicodeSet& o, UBool asThawed) { 299 UBool UnicodeSet::operator==(const UnicodeSet& o) const { 349 UBool UnicodeSet::isEmpty(void) const { 358 UBool UnicodeSet::contains(UChar32 c) const { 376 return (UBool)(i & 1); // return true if odd 431 UBool UnicodeSet::contains(UChar32 start, UChar32 end) const { 446 UBool UnicodeSet::contains(const UnicodeString& s) const [all...] |
messagepattern.cpp | 97 UBool ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode); 98 UBool equals(const MessagePatternList<T, stackCapacity> &other, int32_t length) const { 124 UBool 172 UBool 215 UBool 312 UBool 390 UBool 777 UBool isEmpty=TRUE; 778 UBool hasOther=FALSE; 784 UBool eos=index==msg.length() [all...] |
/external/icu/icu4c/source/i18n/ |
anytrans.cpp | 108 UBool next(); 130 UBool ScriptRunIterator::next() { 237 UBool isIncremental) const { 261 UBool incremental = isIncremental && (it.limit >= allLimit); 340 UBool isInvariant = uprv_isInvariantUString(name.getBuffer(), nameLen);
|
coll.cpp | 76 static UBool U_CALLCONV collator_cleanup(void) { 110 UBool 190 virtual UBool isDefault() const { 214 static inline UBool 217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL); 255 static UBool isAvailableLocaleListInitialized(UErrorCode &status) { 540 UBool Collator::equals(const UnicodeString& source, 547 UBool Collator::greaterOrEqual(const UnicodeString& source, 554 UBool Collator::greater(const UnicodeString& source, 641 UBool Collator::operator==(const Collator& other) cons [all...] |
olsontz.cpp | 54 static UBool arrayEqual(const void *a1, const void *a2, int32_t size) { 314 UBool OlsonTimeZone::operator==(const TimeZone& other) const { 391 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, 475 OlsonTimeZone::getHistoricalOffset(UDate date, UBool local, 500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; 503 UBool dstAfter = dstOffsetAt(transIdx) != 0; 505 UBool dstToStd = dstBefore && !dstAfter; 506 UBool stdToDst = !dstBefore && dstAfter; 560 UBool OlsonTimeZone::useDaylightTime() const { 603 UBool OlsonTimeZone::inDaylightTime(UDate date, UErrorCode& ec) const [all...] |
rbt_pars.cpp | 161 UBool isMatcher(UChar32 ch); 167 UBool isReplacer(UChar32 ch); 228 UBool ParseData::isMatcher(UChar32 ch) { 243 UBool ParseData::isReplacer(UChar32 ch) { 288 UBool anchorStart; 289 UBool anchorEnd; 310 UBool isSegment, 322 UBool isValidOutput(TransliteratorParser& parser); 328 UBool isValidInput(TransliteratorParser& parser); 402 UBool isSegment, UErrorCode& status) [all...] |
astro.cpp | 64 static inline UBool isINVALID(double d) { 71 static UBool calendar_astro_cleanup(void) { 731 UDate CalendarAstronomer::getSunTime(double desired, UBool next) 751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) [all...] |
csrmbcs.cpp | 244 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { 272 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { 293 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { 372 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const 394 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const 406 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const 446 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const 458 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { 522 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
|
dtitvfmt.cpp | 215 UBool 354 UBool fromToOnSameDay = (field==UCAL_AM_PM || field==UCAL_HOUR || field==UCAL_MINUTE || field==UCAL_SECOND); 679 UBool found = setSeparateDateTimePtn(normalizedDateSkeleton, [all...] |
numfmt.cpp | 176 static UBool U_CALLCONV numfmt_cleanup(void) { 206 SimpleNumberFormatFactory::SimpleNumberFormatFactory(const Locale& locale, UBool visible) 214 UBool SimpleNumberFormatFactory::visible(void) const { 289 UBool 298 UBool first = TRUE; 479 UBool fWasCurrency; 487 UBool wasCurrency(void) const; 495 inline UBool 756 NumberFormat::setParseIntegerOnly(UBool value) 765 NumberFormat::setLenient(UBool enable [all...] |
cpdtrans.cpp | 150 UBool fixReverseID, 192 UBool fixReverseID, 287 UBool failed = FALSE; 354 UBool failed = FALSE; 395 UBool escapeUnprintable) const { 478 UBool incremental) const {
|
usearch.cpp | 99 static UBool U_CALLCONV 605 UBool isBreakUnit(const UStringSearch *strsrch, int32_t start, 623 UBool result = (start == startindex || 831 UBool checkExtraMatchAccents(const UStringSearch *strsrch, int32_t start, 835 UBool result = FALSE; 877 UBool ignorable = TRUE; [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 64 static UBool contains(const char** list, const char* str) { 74 TimeZoneFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 293 UBool isOffsetFormat = (*PATTERNS[patidx] == 'Z' 297 UBool minutesOffset = FALSE; 352 static UBool isSpecialTimeRoundTripCase(const char* loc, 369 UBool isExcluded = FALSE; 420 UBool nextTest(int32_t &rLocaleIndex, int32_t &rPatternIndex) { 455 UBool bTestAll = (testAllProp && uprv_strcmp(testAllProp, "true") == 0); 528 UBool REALLY_VERBOSE = FALSE; 546 UBool expectedRoundTrip[4] [all...] |
normconf.cpp | 29 void NormalizerConformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { 285 UBool isNormalizedUTF8(const Normalizer2 &norm2, const UnicodeString &s, UErrorCode &errorCode) { 307 UBool NormalizerConformanceTest::checkConformance(const UnicodeString* field, 311 UBool pass = TRUE, result; 446 UBool NormalizerConformanceTest::checkNorm(UNormalizationMode mode, int32_t options, 502 UBool pass = TRUE; 503 pass &= assertEquals("edits.hasChanges()", (UBool)(s8 != out8), edits.hasChanges()); 544 UBool NormalizerConformanceTest::assertEqual(const char *op, const char *op2, 587 UBool NormalizerConformanceTest::hexsplit(const char *s, char delimiter,
|
/external/icu/icu4c/source/test/perf/normperf/ |
normperf.h | 42 UBool uselen; 45 UBool line_mode; 81 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { 91 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { 113 UBool uselen; 116 UBool line_mode; 150 NormPerfFunction(NormFn func, int32_t opts, ULine* srcLines,int32_t srcNumLines,UBool _uselen) : options(opts) { 161 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { 200 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
|
/external/icu/icu4c/source/tools/toolutil/ |
ucbuf.cpp | 50 UBool showWarning; /* makes this API not produce any errors */ 51 UBool isBuffered; 54 U_CAPI UBool U_EXPORT2 99 static UBool ucbuf_isCPKnown(const char* cp){ 224 (UBool)(buf->remaining==0),error); 293 (UBool)(buf->remaining==0),&error1); 450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ 701 static UBool ucbuf_isCharNewLine(UChar c){
|
pkg_gencmn.cpp | 101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose); 121 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) { 408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
|
/external/icu/icu4c/source/test/cintltst/ |
trietest.c | 41 UBool overwrite; 59 UBool inBlockZero; 90 UBool inBlockZero; 126 static UBool U_CALLCONV 259 UBool dataIs32, UBool latin1Linear) { 268 UBool overwrite, ok; 320 (UBool)!dataIs32, 448 UBool dataIs32, UBool latin1Linear) [all...] |