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

<<11121314151617181920>>

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 224 inline UBool hasUniqueValue(int32_t &uniqueValue) const {
289 UBool hasNext() const;
305 UBool next(UErrorCode &errorCode);
319 UBool truncateAndStop();
416 UBool haveUniqueValue, int32_t &uniqueValue);
419 static UBool findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue);
ucnv.h     [all...]
simpleformatter.h 128 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) {
147 UBool applyPatternMinMaxArguments(const UnicodeString &pattern,
293 UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue,
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 228 virtual UBool operator==(const Format&) const;
666 virtual UBool isLenient(void) const;
688 virtual void setLenient(UBool lenient);
695 virtual UBool isCalendarLenient(void) const;
707 virtual void setCalendarLenient(UBool lenient);
    [all...]
dtfmtsym.h 175 UBool operator==(const DateFormatSymbols& other) const;
184 UBool operator!=(const DateFormatSymbols& other) const { return !operator==(other); }
    [all...]
msgfmt.h 415 virtual UBool operator==(const Format& other) const;
    [all...]
tblcoll.h 224 virtual UBool operator==(const Collator& other) const;
    [all...]
translit.h     [all...]
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 140 static UBool calendar_hebrew_cleanup(void) {
229 UBool acrossAdar1;
322 UBool leapYear = isLeapYear(year);
474 UBool HebrewCalendar::isLeapYear(int32_t year) {
583 UBool isLeap = isLeapYear(year);
635 int32_t HebrewCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const {
668 UBool
678 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
690 UBool HebrewCalendar::haveDefaultCentury() const
buddhcal.cpp 83 UBool useMonth) const
106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
139 UBool BuddhistCalendar::haveDefaultCentury() const
collationsets.h 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
96 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes)
131 UBool addPrefixes;
dtrule.cpp 42 UBool after,
84 UBool
97 UBool
quant.cpp 68 UBool incremental) {
101 UBool escapeUnprintable) const {
127 UBool Quantifier::matchesIndexValue(uint8_t v) const {
titletrn.cpp 72 UBool isIncremental) const
90 UBool doTitle = TRUE;
135 doTitle = (UBool)(type==0); // doTitle=isUncased
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 80 UBool fDone;
95 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
132 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount,
155 UBool fVerbose;
162 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
216 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount,
219 UBool result = TRUE;
444 UBool verbose = FALSE;
445 UBool generate = FALSE;
  /external/icu/icu4c/source/tools/genrb/
read.c 47 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
50 static UBool isWhitespace (UChar32 c);
51 static UBool isNewline (UChar32 c);
124 UBool lastStringWasQuoted;
129 UBool isFollowingCharEscaped=FALSE;
130 UBool isNLUnescaped = FALSE;
322 UBool skipwhite,
447 static UBool isWhitespace(UChar32 c) {
464 static UBool isNewline(UChar32 c) {
  /external/icu/libandroidicu/include/unicode/
ucnv.h     [all...]
  /external/icu/icu4c/source/common/
rbbirb.h 159 UBool fChainRules; // True for chained Unicode TR style rules.
162 UBool fLBCMNoChain; // True: suppress chaining of rules on
165 UBool fLookAheadHardBreak; // True: Look ahead matches cause an
uloc_keytype.cpp 48 static UBool U_CALLCONV
171 UBool isTZ = uprv_strcmp(legacyKeyId, "timezone") == 0;
409 static UBool
419 static UBool
441 static UBool
461 static UBool
504 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) {
526 UBool matched = FALSE;
549 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType)
    [all...]
uarrsort.h 63 UBool sortStable, UErrorCode *pErrorCode);
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 55 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
65 UBool
76 UBool
220 UBool TEST_TABLE [24];//= new boolean[24];
279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly)
287 UBool isGregorian = FALSE;
307 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1);
308 UBool hasZoneDisplayName = (pat.indexOf(UnicodeString("z")) != -1) || (pat.indexOf(UnicodeString("v")) != -1)
358 UBool match = s[loop] == s[loop-1];
369 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/
    [all...]
transrt.cpp 64 TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec,
120 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;}
130 virtual UBool is(const UnicodeString& sourceString) const;
134 UBool LegalJamo::is(const UnicodeString& sourceString) const {
169 UBool full;
171 LegalGreek(UBool _full) { full = _full; }
174 virtual UBool is(const UnicodeString& sourceString) const;
176 static UBool isVowel(UChar c);
178 static UBool isRho(UChar c);
181 UBool LegalGreek::is(const UnicodeString& sourceString) const {
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 93 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
104 UBool RBTestData::nextSettings(const DataMap *& settings, UErrorCode &status)
125 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status)
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 44 U_CAPI UBool U_EXPORT2
45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) {
46 UBool isLatest = TRUE;
  /bionic/libc/private/
icu.h 35 typedef int8_t UBool;

Completed in 371 milliseconds

<<11121314151617181920>>