/external/icu/icu4c/source/i18n/ |
rbt_pars.h | 218 UBool checkVariableRange(UChar32 ch) const; 241 static UBool resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit);
|
taiwncal.cpp | 113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status) 145 UBool TaiwanCalendar::haveDefaultCentury() const
|
tznames.cpp | 34 static UBool gTimeZoneNamesCacheInitialized = FALSE; 59 static UBool U_CALLCONV timeZoneNames_cleanup(void) 107 virtual UBool operator==(const TimeZoneNames& other) const; 108 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);}; 222 UBool 376 UBool isTZID; 471 UBool 482 UBool
|
tztrans.cpp | 66 UBool 87 UBool
|
uregion.cpp | 44 U_CAPI UBool U_EXPORT2 81 U_CAPI UBool U_EXPORT2
|
utf8collationiterator.cpp | 79 UBool 89 UBool 221 UBool 234 UBool 254 UBool 384 UBool 463 UBool 519 UBool
|
decimfmt.cpp | 34 // MSVC warns C4805 when comparing bool with UBool 221 setParseNoExponent((UBool) newValue); 225 setDecimalPatternMatchRequired((UBool) newValue); 237 setParseCaseSensitive(static_cast<UBool>(newValue)); 241 setSignAlwaysShown(static_cast<UBool>(newValue)); 245 setFormatFailIfMoreThanMaxDigits(static_cast<UBool>(newValue)); 349 void DecimalFormat::setGroupingUsed(UBool enabled) { 356 void DecimalFormat::setParseIntegerOnly(UBool value) { 363 void DecimalFormat::setLenient(UBool enable) { 421 UBool DecimalFormat::operator==(const Format& other) const [all...] |
/external/icu/icu4c/source/io/ |
ustream.cpp | 95 UBool initialWhitespace = TRUE; 96 UBool continueReading = TRUE;
|
/external/icu/icu4c/source/samples/ufortune/ |
ufortune.c | 61 UBool displayUsage = FALSE; /* Set true if command line err or help */ 63 UBool verbose = FALSE; /* Set true if -v command line option. */
|
/external/icu/icu4c/source/test/intltest/ |
itmajor.cpp | 52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) 216 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
|
numberformattesttuple.cpp | 137 UBool neg = FALSE; 340 UBool 361 UBool 387 UBool first = TRUE; 437 NumberFormatTestTuple::setFlag(int32_t fieldId, UBool value) { 439 *static_cast<UBool *>(flagAddr) = value; 442 UBool 445 return *static_cast<const UBool *>(flagAddr);
|
transtst.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, 407 const UnicodeString& summary, UBool pass,
|
restest.cpp | 96 UBool like[e_Where_count]; 97 UBool inherits[e_Where_count]; 124 static UBool initialized = FALSE; 184 void ResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 302 UBool 304 UBool in_Root, 305 UBool in_te, 306 UBool in_te_IN) 312 UBool is_in[] = { in_Root, in_te, in_te_IN }; 469 return (UBool)(failOrig != fail) [all...] |
tzbdtest.cpp | 19 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 108 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary) 118 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz) 136 UBool isIn = tz->inDaylightTime(mid, status); 191 TimeZoneBoundaryTest::verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset) 313 UBool inDST = (i >= 120); 329 UBool inDST = (i >= 120); 389 UBool startsInDST = tz->inDaylightTime(d, status); 458 UBool lastState = z->inDaylightTime(d, status) [all...] |
/external/icu/icu4c/source/test/perf/collperf2/ |
collperf2.cpp | 61 Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen); 69 UBool useLen; 73 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen) 121 Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen); 130 UBool useLen; 133 Strcoll_2::Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen) 173 StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen); 181 UBool useLen; 185 StrcollUTF8::StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen) 233 StrcollUTF8_2(const UCollator* coll, const CA_char* source, const CA_char* target, UBool useLen) [all...] |
/external/icu/icu4c/source/tools/gendict/ |
gendict.cpp | 130 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL), 223 static UBool readLine(UCHARBUF *f, UnicodeString &fileLine, IcuToolErrorCode &errorCode) { 263 UBool verbose = options[ARG_VERBOSE].doesOccur; 264 UBool quiet = options[ARG_QUIET].doesOccur; 288 UBool isBytesTrie = options[ARG_BYTES].doesOccur; 334 UBool hasValues = FALSE; 335 UBool hasValuelessContents = FALSE; 340 UBool isOk = TRUE;
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_icu.cpp | 36 static UBool 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) {
|
xmlparser.h | 68 UnicodeString getText(UBool recurse) const; 132 void appendText(UnicodeString &text, UBool recurse) const;
|
/external/icu/libandroidicu/include/unicode/ |
ucnv_err.h | 196 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ 212 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
|
uiter.h | 158 typedef UBool U_CALLCONV 172 typedef UBool U_CALLCONV
|
/external/icu/icu4c/source/common/ |
edits.cpp | 215 UBool Edits::growArray() { 246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { 259 UBool abHasNext = TRUE, bcHasNext = TRUE; 399 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : 440 UBool Edits::Iterator::noNext() { 448 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { 544 UBool Edits::Iterator::previous(UErrorCode &errorCode) { 653 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) [all...] |
udata.cpp | 120 static UBool U_CALLCONV 140 static UBool U_CALLCONV 143 UBool found = FALSE; 167 static UBool 169 UBool warn, /* If true, set USING_DEFAULT warning if ICUData was */ 175 UBool didUpdate = FALSE; 211 static UBool 212 setCommonICUDataPointer(const void *pData, UBool /*warn*/, UErrorCode *pErrorCode) { 413 const char *item, const char *suffix, UBool doCheckLastFour, 430 UBool checkLastFour; /* if TRUE then allow paths such as '/foo/myapp.dat [all...] |
putil.cpp | 234 static UBool 254 UBool fakeClock_set = FALSE; /** True if fake clock has spun up **/ 350 U_CAPI UBool U_EXPORT2 357 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); 376 U_CAPI UBool U_EXPORT2 383 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); 400 U_CAPI UBool U_EXPORT2 404 return (UBool)(number > 0 && uprv_isInfinite(number)); 410 U_CAPI UBool U_EXPORT2 414 return (UBool)(number < 0 && uprv_isInfinite(number)) [all...] |
normalizer2impl.cpp | 183 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { 208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { 215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { 241 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 260 UBool ReorderingBuffer::append(const UChar *s, int32_t length, UBool isNFD, 301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { 319 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { 353 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { 675 UBool stopAtCompBoundary, UBool onlyContiguous [all...] |
/external/icu/icu4c/source/samples/cal/ |
cal.c | 48 UBool useLongNames, UErrorCode *status); 62 UChar *days [], UBool useLongNames, 68 UChar *months [], UBool useLongNames, 79 UBool useLongNames, int32_t fdow, 84 UBool useLongNames, int32_t fdow, 116 UBool useLongNames = 0; 232 UBool useLongNames, 339 UBool useLongNames, 364 UBool useLongNames, 424 UBool useLongNames [all...] |