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

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/unicode/
format.h 110 virtual UBool operator==(const Format& other) const = 0;
119 UBool operator!=(const Format& other) const { return !operator==(other); }
rbnf.h     [all...]
selfmt.h 257 virtual UBool operator==(const Format& other) const;
266 virtual UBool operator!=(const Format& other) const;
uregion.h 155 U_STABLE UBool U_EXPORT2
209 U_STABLE UBool U_EXPORT2
alphaindex.h 553 virtual UBool nextBucket(UErrorCode &status);
606 virtual UBool nextRecord(UErrorCode &status);
654 virtual UBool operator==(const AlphabeticIndex& other) const;
660 virtual UBool operator!=(const AlphabeticIndex& other) const;
673 UBool addChineseIndexCharacters(UErrorCode &errorCode);
  /external/icu/icu4c/source/i18n/
zonemeta.h 59 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
112 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 108 UBool PersianCalendar::isLeapYear(int32_t year)
166 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const {
234 UBool
244 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
253 UBool PersianCalendar::haveDefaultCentury() const
rbt.cpp 154 UBool isDataAdopted) :
203 UBool isIncremental) const {
246 UBool lockedMutexAtThisLevel = FALSE;
257 UBool needToLock;
288 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 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
38 UBool result = TRUE;
116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
117 UBool result = FALSE;
147 U_CAPI UBool U_EXPORT2
nfsubs.cpp 96 virtual UBool operator==(const NFSubstitution& rhs) const;
147 virtual UBool operator==(const NFSubstitution& rhs) const;
155 virtual UBool doParse(const UnicodeString& text,
159 UBool lenientParse,
168 virtual UBool isModulusSubstitution() const { return TRUE; }
204 UBool byDigits;
205 UBool useSpaces;
214 virtual UBool operator==(const NFSubstitution& rhs) const;
221 virtual UBool doParse(const UnicodeString& text,
225 UBool lenientParse
    [all...]
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 117 UBool isEuroAware(UConverter*);
140 UBool isEuroAware(UConverter* myConv)
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 37 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
218 UBool testFormattableAsUFormattable(const char *file, int line, Formattable &f);
222 static UBool equalValue(const Formattable& a, const Formattable& b);
251 const UnicodeString& exp, UBool rt=TRUE);
254 const char *exp, UBool rt=TRUE) {
259 const UnicodeString& exp, UBool rt, UErrorCode errorCode);
262 const char *exp, UBool rt, UErrorCode errorCode) {
312 const UnicodeString& exp, UBool rt=TRUE);
tokiter.cpp 26 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) {
65 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) {
utxttest.h 30 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
49 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
  /external/icu/icu4c/source/tools/toolutil/
filestrm.h 42 U_CAPI UBool U_EXPORT2
101 U_CAPI UBool U_EXPORT2
  /external/icu/icu4c/source/common/unicode/
unistr.h 326 inline UBool operator== (const UnicodeString& text) const;
335 inline UBool operator!= (const UnicodeString& text) const;
344 inline UBool operator> (const UnicodeString& text) const;
353 inline UBool operator< (const UnicodeString& text) const;
362 inline UBool operator>= (const UnicodeString& text) const;
371 inline UBool operator<= (const UnicodeString& text) const;
    [all...]
uchar.h     [all...]
  /external/icu/icu4c/source/common/
udataswp.h 151 UBool inIsBigEndian;
155 UBool outIsBigEndian;
199 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset,
200 UBool outIsBigEndian, uint8_t outCharset,
214 UBool outIsBigEndian, uint8_t outCharset,
normalizer2.cpp 42 UBool
100 virtual UBool
105 virtual UBool
117 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
118 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; }
119 virtual UBool isInert(UChar32) const { return TRUE; }
169 static UBool U_CALLCONV uprv_normalizer2_cleanup();
198 static UBool U_CALLCONV uprv_normalizer2_cleanup() {
315 UBool doNormalize,
437 U_CAPI UBool U_EXPORT
    [all...]
uloc_tag.c 180 static UBool
191 static UBool
202 static UBool
213 static UBool
231 static UBool
246 static UBool
260 static UBool
278 static UBool
296 static UBool
311 static UBool
    [all...]
bytestrieiterator.cpp 96 UBool
99 UBool
135 UBool isFinal=(UBool)(node&kValueIsFinal);
170 UBool
194 UBool isFinal=(UBool)(node&kValueIsFinal);
filterednormalizer2.cpp 103 UBool doNormalize,
153 UBool
158 UBool
173 UBool
250 UBool
255 UBool
260 UBool
ucnvmbcs.h 386 UBool utf8Friendly; /* for utf8Friendly data */
496 UBool useFallback);
505 uint8_t b, UBool useFallback);
520 U_CFUNC UBool
525 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])
547 UBool useFallback);
558 UBool useFallback);

Completed in 1796 milliseconds

<<11121314151617181920>>