Searched refs:UBool (Results 1 - 25 of 1903) sorted by last modified time

1234567891011>>

/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp107 UBool ScriptRun::sameScript(int32_t scriptOne, int32_t scriptTwo)
112 UBool ScriptRun::next()
H A Dscrptrun.h54 UBool next();
72 static UBool sameScript(int32_t scriptOne, int32_t scriptTwo);
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp198 UBool canon)
326 UBool isFirst = TRUE;
375 static int printTransliterators(UBool canon)
556 UBool convertFile(const char *pname,
563 UBool fallback,
578 UBool
586 UBool fallback,
592 UBool ret = TRUE;
596 UBool flush;
597 UBool closeFil
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp46 UBool isOneLabelBetterThanOther(const Normalizer2 &nfkdNormalizer,
312 UBool checkDistinct;
396 UBool hasMultiplePrimaryWeights(
402 UBool seenPrimary = FALSE;
434 UBool hasInvisibleBuckets = FALSE;
445 UBool hasPinyin = FALSE;
474 UBool skippedScript = FALSE;
767 UBool AlphabeticIndex::addChineseIndexCharacters(UErrorCode &errorCode) {
810 UBool AlphabeticIndex::operator==(const AlphabeticIndex& /* other */) const {
815 UBool AlphabeticInde
[all...]
H A Danytrans.cpp102 UBool next();
124 UBool ScriptRunIterator::next() {
231 UBool isIncremental) const {
255 UBool incremental = isIncremental && (it.limit >= allLimit);
334 UBool isInvariant = uprv_isInvariantUString(name.getBuffer(), nameLen);
H A Danytrans.h73 UBool incremental) const;
H A Dastro.cpp62 static inline UBool isINVALID(double d) {
69 static UBool calendar_astro_cleanup(void) {
729 UDate CalendarAstronomer::getSunTime(double desired, UBool next)
749 UDate CalendarAstronomer::getSunRiseSet(UBool rise)
1245 UDate CalendarAstronomer::getMoonTime(double desired, UBool next)
1265 UDate CalendarAstronomer::getMoonTime(const CalendarAstronomer::MoonAge& desired, UBool next) {
1283 UDate CalendarAstronomer::getMoonRiseSet(UBool rise)
1298 double periodDays, double epsilon, UBool next)
1365 UDate CalendarAstronomer::riseOrSet(CoordFunc& func, UBool rise,
H A Dastro.h531 UDate getSunTime(double desired, UBool next);
545 UDate getSunRiseSet(UBool rise);
631 UDate getMoonTime(double desired, UBool next);
632 UDate getMoonTime(const MoonAge& desired, UBool next);
639 UDate getMoonRiseSet(UBool rise);
654 double periodDays, double epsilon, UBool next);
663 double riseOrSet(CoordFunc& func, UBool rise,
719 UBool moonPositionSet;
H A Dbasictz.cpp36 UBool
38 UBool ignoreDstAmount, UErrorCode& status) const {
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
99 UBool inRange1 = (avail1 && tr1.getTime() <= end);
100 UBool inRange2 = (avail2 && tr2.getTime() <= end);
145 UBool avail;
296 UBool avail;
300 UBool *done = NULL;
308 UBool bFinalSt
[all...]
H A Dbrktrans.cpp83 UBool isIncremental ) const {
H A Dbrktrans.h93 UBool isIncremental) const;
H A Dbuddhcal.cpp81 UBool useMonth) const
104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
137 UBool BuddhistCalendar::haveDefaultCentury() const
H A Dbuddhcal.h172 UBool useMonth) const;
178 virtual UBool haveDefaultCentury() const;
H A Dcalendar.cpp69 static UBool calendar_cleanup(void) {
211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) {
392 //virtual UBool isSupportedID( const UnicodeString& id, UErrorCode& status) const {
525 virtual UBool isDefault() const {
534 static inline UBool
585 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) {
950 UBool
959 UBool
977 UBool
986 UBool
[all...]
H A Dcasetrn.cpp137 UBool isIncremental) const
H A Dcasetrn.h83 UBool isIncremental) const;
H A Dcecal.cpp76 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const
87 UBool
97 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
100 UBool
H A Dcecal.h69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
86 virtual UBool inDaylightTime(UErrorCode&) const;
92 virtual UBool haveDefaultCentury() const;
H A Dchnsecal.cpp83 static UBool calendar_chinese_cleanup(void) {
318 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
561 int32_t ChineseCalendar::newMoonNear(double days, UBool after) const {
617 UBool ChineseCalendar::hasNoMajorSolarTerm(int32_t newMoon) const {
635 UBool ChineseCalendar::isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const {
669 UBool setAllFields) {
701 UBool isLeapMonth = isLeapYear &&
824 UBool
834 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
844 UBool ChineseCalenda
[all...]
H A Dchnsecal.h153 UBool isLeapYear;
165 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
187 virtual int32_t newMoonNear(double days, UBool after) const;
190 virtual UBool hasNoMajorSolarTerm(int32_t newMoon) const;
191 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const;
193 int32_t gmonth, UBool setAllFields);
239 virtual UBool inDaylightTime(UErrorCode& status) const;
246 virtual UBool haveDefaultCentury() const;
H A Dchoicfmt.cpp21 * 07/22/98 stephen JDK 1.2 Sync - removed UBool array (doubleFlags)
99 const UBool* closures,
133 UBool
265 const UBool* closures,
275 const UBool* closures,
354 const UBool*
H A Dcoleitr.cpp74 UBool ceNeedsTwoParts(int64_t ce) {
137 UBool CollationElementIterator::operator!=(
143 UBool CollationElementIterator::operator==(
280 UBool numeric = rbc_->settings->isNumeric();
H A Dcoll.cpp74 static UBool U_CALLCONV collator_cleanup(void) {
108 UBool
188 virtual UBool isDefault() const {
212 static inline UBool
215 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL);
253 static UBool isAvailableLocaleListInitialized(UErrorCode &status) {
528 UBool Collator::equals(const UnicodeString& source,
535 UBool Collator::greaterOrEqual(const UnicodeString& source,
542 UBool Collator::greater(const UnicodeString& source,
629 UBool Collato
[all...]

Completed in 496 milliseconds

1234567891011>>