HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 376 - 400 of 1117) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
ucol_imp.h 47 U_INTERNAL UBool U_EXPORT2
127 UBool typeFallback;
zonemeta.h 65 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
118 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
csdetect.cpp 38 CSRecognizerInfo(CharsetRecognizer *recognizer, UBool isDefaultEnabled)
44 UBool isDefaultEnabled;
54 static UBool U_CALLCONV csdet_cleanup(void)
203 UBool CharsetDetector::setStripTagsFlag(UBool flag)
205 UBool temp = fStripTags;
211 UBool CharsetDetector::getStripTagsFlag() const
276 void CharsetDetector::setDetectableCharset(const char *encoding, UBool enabled, UErrorCode &status)
283 UBool isDefaultVal = FALSE;
300 fEnabledRecognizers = NEW_ARRAY(UBool, fCSRecognizers_size)
    [all...]
persncal.cpp 110 UBool PersianCalendar::isLeapYear(int32_t year)
168 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const {
236 UBool
246 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
255 UBool PersianCalendar::haveDefaultCentury() const
rbt.cpp 156 UBool isDataAdopted) :
205 UBool isIncremental) const {
245 UBool lockedMutexAtThisLevel = FALSE;
256 UBool needToLock;
286 UBool escapeUnprintable) const {
ucsdet.cpp 146 U_CAPI UBool U_EXPORT2
157 U_CAPI UBool U_EXPORT2
158 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter)
166 UBool prev = csd->getStripTagsFlag();
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status)
wintzimpl.cpp 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
42 UBool result = TRUE;
120 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
121 UBool result = FALSE;
151 U_CAPI UBool U_EXPORT2
nfsubs.cpp 99 virtual UBool operator==(const NFSubstitution& rhs) const;
148 virtual UBool operator==(const NFSubstitution& rhs) const;
156 virtual UBool doParse(const UnicodeString& text,
160 UBool lenientParse,
170 virtual UBool isModulusSubstitution() const { return TRUE; }
206 UBool byDigits;
207 UBool useSpaces;
216 virtual UBool operator==(const NFSubstitution& rhs) const;
223 virtual UBool doParse(const UnicodeString& text,
227 UBool lenientParse
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
format.h 112 virtual UBool operator==(const Format& other) const = 0;
121 UBool operator!=(const Format& other) const { return !operator==(other); }
rbnf.h     [all...]
selfmt.h 259 virtual UBool operator==(const Format& other) const;
268 virtual UBool operator!=(const Format& other) const;
uregion.h 159 U_STABLE UBool U_EXPORT2
213 U_STABLE UBool U_EXPORT2
alphaindex.h 559 virtual UBool nextBucket(UErrorCode &status);
612 virtual UBool nextRecord(UErrorCode &status);
660 virtual UBool operator==(const AlphabeticIndex& other) const;
666 virtual UBool operator!=(const AlphabeticIndex& other) const;
679 UBool addChineseIndexCharacters(UErrorCode &errorCode);
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 119 UBool isEuroAware(UConverter*);
142 UBool isEuroAware(UConverter* myConv)
  /external/icu/icu4c/source/test/intltest/
tokiter.cpp 28 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) {
67 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) {
utxttest.h 32 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
53 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
  /external/icu/icu4c/source/tools/toolutil/
filestrm.h 44 U_CAPI UBool U_EXPORT2
103 U_CAPI UBool U_EXPORT2
  /external/icu/libandroidicu/include/unicode/
uregion.h 159 U_STABLE UBool U_EXPORT2
213 U_STABLE UBool U_EXPORT2
uchar.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 322 inline UBool operator== (const UnicodeString& text) const;
331 inline UBool operator!= (const UnicodeString& text) const;
340 inline UBool operator> (const UnicodeString& text) const;
349 inline UBool operator< (const UnicodeString& text) const;
358 inline UBool operator>= (const UnicodeString& text) const;
367 inline UBool operator<= (const UnicodeString& text) const;
    [all...]
uchar.h     [all...]
  /external/icu/icu4c/source/common/
udataswp.h 153 UBool inIsBigEndian;
157 UBool outIsBigEndian;
201 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
202 UBool outIsBigEndian, uint8_t outCharset,
216 UBool outIsBigEndian, uint8_t outCharset,
bytestrieiterator.cpp 98 UBool
101 UBool
137 UBool isFinal=(UBool)(node&kValueIsFinal);
176 UBool
199 UBool isFinal=(UBool)(node&kValueIsFinal);
putilimp.h 267 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
272 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
277 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
282 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
393 U_INTERNAL UBool U_EXPORT2 uprv_add32_overflow(int32_t a, int32_t b, int32_t* res);
406 U_INTERNAL UBool U_EXPORT2 uprv_mul32_overflow(int32_t a, int32_t b, int32_t* res);
523 U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
ucnvmbcs.h 388 UBool utf8Friendly; /* for utf8Friendly data */
498 UBool useFallback);
507 uint8_t b, UBool useFallback);
522 U_CFUNC UBool
527 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
549 UBool useFallback);
560 UBool useFallback);

Completed in 1171 milliseconds

<<11121314151617181920>>