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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/tools/genrb/
errmsg.h 29 U_CFUNC void setShowWarning(UBool val);
30 U_CFUNC UBool getShowWarning(void);
33 U_CFUNC void setStrict(UBool val);
34 U_CFUNC UBool isStrict(void);
37 U_CFUNC void setVerbose(UBool val);
38 U_CFUNC UBool isVerbose(void);
genrb.h 44 extern UBool gIncludeUnihanColl;
52 UBool omitBinaryCollation,
parse.h 27 void initParser(UBool omitCollationRules);
31 UBool omitBinaryCollation, UErrorCode *status);
  /external/icu4c/test/cintltst/
crestst.h 46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
cintltst.h 112 U_CFUNC UBool ctest_resetICU(void);
117 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
120 * Assert that the UBool is TRUE, and return TRUE if it does.
122 * NOTE: Use 'int condition' rather than 'UBool condition' so the
126 U_CFUNC UBool assertTrue(const char* msg, int condition);
132 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
138 U_CFUNC UBool isICUVersionBefore(int major, int minor, int milli);
143 U_CFUNC UBool isICUVersionAtLeast(int major, int minor, int milli);
  /external/icu4c/test/intltest/
restest.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
restsnew.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
49 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
intltest.h 74 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
95 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
129 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
131 virtual UBool setVerbose( UBool verbose = TRUE );
132 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
133 virtual UBool setQuick( UBool quick = TRUE );
134 virtual UBool setLeaks( UBool leaks = TRUE )
    [all...]
miscdtfm.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
30 UBool failure(UErrorCode status, const char* msg);
tokiter.h 43 UBool next(UnicodeString& token, UErrorCode& ec);
61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
65 UBool done;
66 UBool haveLine;
pptest.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
textfile.h 39 UBool readLine(UnicodeString& line, UErrorCode& ec);
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
49 UBool trim = FALSE);
57 UBool ensureCapacity(int32_t capacity);
58 UBool setBuffer(int32_t index, char c, UErrorCode& ec);
idnaconf.h 22 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
33 UBool ReadAndConvertFile();
35 UBool ReadOneLine(UnicodeString&);
  /external/icu4c/tools/toolutil/
filetools.h 26 U_CAPI UBool U_EXPORT2
27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
pkg_gencmn.h 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
  /external/icu4c/i18n/
usrchimp.h 28 UBool isOverlap;
29 UBool isCanonicalMatch;
39 UBool isForwardSearching;
40 UBool reset;
53 UBool hasPrefixAccents;
54 UBool hasSuffixAccents;
71 UBool ownCollator;
75 UBool toShift;
103 UBool usearch_handleNextExact(UStringSearch *strsrch, UErrorCode *status);
114 UBool usearch_handleNextCanonical(UStringSearch *strsrch, UErrorCode *status)
    [all...]
csdetect.h 27 UBool fStripTags; // If true, setText() will strip tags from input text.
28 UBool fFreshTextSet;
44 UBool setStripTagsFlag(UBool flag);
46 UBool getStripTagsFlag() const;
csrmbcs.h 36 UBool error;
37 UBool done;
74 UBool match(InputText* input, CharsetMatch *results) const = 0;
88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
101 UBool nextChar(IteratedChar *it, InputText *det) const;
103 UBool match(InputText* input, CharsetMatch *results) const;
125 UBool match(InputText* input, CharsetMatch *results) const = 0;
132 UBool nextChar(IteratedChar *it, InputText *det) const;
147 UBool match(InputText* input, CharsetMatch *results) const;
162 UBool match(InputText* input, CharsetMatch *results) const
    [all...]
inputext.h 36 UBool isSet() const;
37 void MungeInput(UBool fStripTags);
47 UBool fC1Bytes; // True if any bytes in the range 0x80 - 0x9F are in the input;false by default
nfrs.h 39 UBool operator==(const NFRuleSet& rhs) const;
40 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
42 UBool isPublic() const { return fIsPublic; }
44 UBool isParseable() const { return fIsParseable; }
46 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
54 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
68 UBool fIsFractionRuleSet;
69 UBool fIsPublic;
70 UBool fIsParseable
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
27 U_CFUNC UBool SMALL;
28 U_CFUNC UBool IGNORE_SISO_CHECK;
47 UBool
51 UBool
  /external/icu4c/i18n/unicode/
tzrule.h 55 virtual UBool operator==(const TimeZoneRule& that) const;
64 virtual UBool operator!=(const TimeZoneRule& that) const;
97 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
110 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
123 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
140 UBool inclusive, UDate& result) const = 0;
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
157 UBool inclusive, UDate& result) const = 0;
246 virtual UBool operator==(const TimeZoneRule& that) const
    [all...]
  /external/icu4c/common/
ucln_cmn.h 25 U_CFUNC UBool umtx_cleanup(void);
27 U_CFUNC UBool utrace_cleanup(void);
29 U_CFUNC UBool ucln_lib_cleanup(void);
patternprops.h 46 static UBool isSyntax(UChar32 c);
51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
56 static UBool isWhiteSpace(UChar32 c);
74 static UBool isIdentifier(const UChar *s, int32_t length);
  /external/icu4c/common/unicode/
unimatch.h 126 UBool incremental) = 0;
141 UBool escapeUnprintable = FALSE) const = 0;
150 virtual UBool matchesIndexValue(uint8_t v) const = 0;

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>