HomeSort by relevance Sort by last modified time
    Searched refs:UBool (Results 276 - 300 of 1004) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
icusvtst.h 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
39 void confirmBoolean(const UnicodeString& message, UBool val);
51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
sfwdchit.cpp 42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
118 UBool SimpleFwdCharIterator::hasNext() {
textfile.cpp 76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) {
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
112 UBool trim) {
132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) {
149 UBool TextFile::ensureCapacity(int32_t mincapacity) {
simplethread.cpp 124 UBool
224 UBool SimpleThread::isRunning() {
292 UBool
327 UBool fRunning;
328 UBool fRan; // True if the thread was successfully started
369 static UBool attrIsInitialized = FALSE;
412 UBool
420 UBool retVal = imp->fRunning;
465 UBool getError() { return (fErrors > 0); }
466 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
    [all...]
wbnf.cpp 29 static inline UBool isInList(const char c /*in*/, const char list[] /*in*/){
34 static inline UBool isDigit(char c) {return isInList(c, DIGIT_CHAR);}
35 static inline UBool isWhiteSpace(char c) {return isInList(c, WHITE_SPACE);}
36 static inline UBool isAlphabet(char c) {return isInList(c, ALPHABET);}
37 static inline UBool isSpecialAsciiChar(char c) {return isInList(c,SPECIAL);}
210 UBool is_complete(){
314 class Bool{ // A wrapper class for CHOICE, to auto adapter UBool class
319 operator UBool() { // conversion operator
341 UBool quote_escape;
342 UBool bslash_escape
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
tstdtmod.h 67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
105 UBool fDataTestValid;
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 329 U_DRAFT UBool U_EXPORT2
344 U_DRAFT UBool U_EXPORT2
345 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
  /external/icu4c/common/unicode/
uset.h 347 U_STABLE UBool U_EXPORT2
496 U_STABLE UBool U_EXPORT2
518 UBool escapeUnprintable,
755 U_STABLE UBool U_EXPORT2
766 U_STABLE UBool U_EXPORT2
778 U_STABLE UBool U_EXPORT2
789 U_STABLE UBool U_EXPORT2
872 U_STABLE UBool U_EXPORT2
885 U_STABLE UBool U_EXPORT2
896 U_STABLE UBool U_EXPORT
    [all...]
bytestriebuilder.h 132 virtual UBool matchNodesCanHaveValues() const { return FALSE; }
145 virtual UBool operator==(const Node &other) const;
155 UBool ensureCapacity(int32_t length);
159 virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal);
160 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
ucharstriebuilder.h 139 virtual UBool matchNodesCanHaveValues() const { return TRUE; }
149 virtual UBool operator==(const Node &other) const;
159 UBool ensureCapacity(int32_t length);
163 virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal);
164 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
locid.h 300 UBool operator==(const Locale& other) const;
310 UBool operator!=(const Locale& other) const;
644 UBool isBogus(void) const;
707 Locale& init(const char* cLocaleID, UBool canonicalize);
734 UBool fIsBogus;
745 inline UBool
782 inline UBool
  /external/icu4c/i18n/unicode/
smpdtfmt.h 380 virtual UBool operator==(const Format& other) const;
    [all...]
uregex.h 445 U_STABLE UBool U_EXPORT2
471 U_STABLE UBool U_EXPORT2
499 U_STABLE UBool U_EXPORT2
528 U_STABLE UBool U_EXPORT2
552 U_STABLE UBool U_EXPORT2
577 U_STABLE UBool U_EXPORT2
595 U_STABLE UBool U_EXPORT2
    [all...]
dtptngen.h 96 UBool operator==(const DateTimePatternGenerator& other) const;
105 UBool operator!=(const DateTimePatternGenerator& other) const;
155 UBool override,
456 UDateTimePatternConflict addPatternWithSkeleton(const UnicodeString& pattern, const UnicodeString * skeletonToUse, UBool override, UnicodeString& conflictingPattern, UErrorCode& status);
465 UnicodeString adjustFieldTypes(const UnicodeString& pattern, const PtnSkeleton* specifiedSkeleton, UBool fixFractionalSeconds, UDateTimePatternMatchOptions options = UDATPG_MATCH_NO_OPTIONS);
469 UBool isAvailableFormatSet(const UnicodeString &key) const;
471 UBool isCanonicalItem(const UnicodeString& item) const;
  /external/icu4c/common/
uresimp.h 82 UBool fHasFallback;
83 UBool fIsTopLevel;
102 U_CAPI UBool U_EXPORT2 ures_dumpCacheContents(void);
169 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
serv.h 141 virtual UBool fallback();
150 virtual UBool isFallbackOf(const UnicodeString& id) const;
287 const UBool _visible;
300 SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible = TRUE);
431 UBool isBogus() const;
761 * <p>A convenience override of registerInstance(UObject*, const UnicodeString&, UBool)
790 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status);
823 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
839 virtual UBool isDefault(void) const;
    [all...]
ucnv_ext.h 346 U_CFUNC UBool
352 UBool flush,
358 UBool useFallback);
366 U_CFUNC UBool
372 UBool flush,
378 UBool useFallback);
uprops.cpp 48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)
    [all...]
  /external/icu4c/i18n/
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);
254 UBool PersianCalendar::haveDefaultCentury() const
273 UBool needsUpdate;
290 UBool needsUpdate;
plurrule_impl.h 137 UBool inRange(UChar ch, tokenType& type);
138 UBool isValidKeyword(const UnicodeString& token);
151 UBool notIn;
152 UBool integerOnly;
159 UBool isFulfilled(double number);
160 UBool isLimited();
173 UBool isFulfilled(double number);
174 UBool isLimited();
189 UBool isLimited();
191 UBool isKeyword(const UnicodeString& keyword) const
    [all...]
dtptngen_impl.h 117 UBool equals(const PtnSkeleton& other);
129 UBool skeletonWasSpecified; // if specified in availableFormats, not derived
145 UBool isQuoteLiteral(const UnicodeString& s) const;
148 int32_t getCanonicalIndex(const UnicodeString& s, UBool strict);
149 UBool isPatternSeparator(UnicodeString& field);
188 UBool equals(const DateTimeMatcher* other) const;
201 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
202 const UnicodeString* getPatternFromBasePattern(UnicodeString& basePattern, UBool& skeletonWasSpecified);
206 UBool equals(const PatternMap& other);
208 UBool isDupAllowed
    [all...]
rbtz.cpp 31 static UBool compareRules(UVector* rules1, UVector* rules2) {
88 UBool
108 UBool
161 UBool *done = NULL;
172 done = (UBool*)uprv_malloc(sizeof(UBool) * historicCount);
186 UBool avail;
216 UBool bDoneAll = TRUE;
284 UBool avail0 = rule0->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt0);
285 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings() (…)
    [all...]
ucol_tok.h 53 UBool indirect;
125 UBool buildCCTabFlag; /* Tailoring rule requirs building combining class table. */
129 UBool isStarred; /* Are we processing a starred token? */
130 UBool savedIsStarred;
135 UBool inRange; /* Are we in a range? */
184 UBool startOfRules,
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 89 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
99 UBool tf=FALSE;
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
181 UBool tf=FALSE;
184 tf=(UBool)(!tf);
192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
243 UBool tf=FALSE;
246 tf=(UBool)(!tf);
298 UBool tf=(UBool)((testcase.spanCount&1)==0)
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 44 UBool opt_help = FALSE;
45 UBool opt_norm = FALSE;
46 UBool opt_french = FALSE;
47 UBool opt_shifted = FALSE;
48 UBool opt_lower = FALSE;
49 UBool opt_upper = FALSE;
50 UBool opt_case = FALSE;
85 UBool processOptions(int argc, const char **argv, OptSpec opts[])
94 *(UBool *)(pOpt->pVar) = TRUE;
156 UBool processCollator(
    [all...]

Completed in 652 milliseconds

<<11121314151617181920>>