Searched refs:UBool (Results 1 - 25 of 1101) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Derrmsg.h29 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);
H A Dgenrb.h44 extern UBool gIncludeUnihanColl;
52 UBool omitBinaryCollation,
H A Dparse.h32 UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status);
H A Derrmsg.c34 static UBool gShowWarning = TRUE;
36 U_CFUNC void setShowWarning(UBool val)
41 U_CFUNC UBool getShowWarning(){
45 static UBool gStrict =FALSE;
46 U_CFUNC UBool isStrict(){
49 U_CFUNC void setStrict(UBool val){
52 static UBool gVerbose =FALSE;
53 U_CFUNC UBool isVerbose(){
56 U_CFUNC void setVerbose(UBool val){
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.h46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcintltst.h112 U_CFUNC UBool ctest_resetICU(void);
117 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
123 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
126 * Assert that the UBool is TRUE, and return TRUE if it does.
128 * NOTE: Use 'int condition' rather than 'UBool condition' so the
132 U_CFUNC UBool assertTrue(const char* msg, int condition);
138 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
H A Dcreststn.h83 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dncnvfbts.h23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
24 const char *codepage, UBool fallback, const int32_t *expectOffsets);
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dintltest.h69 UnicodeString toString(UBool b);
76 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
97 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
161 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
163 virtual UBool setVerbose( UBool verbose = TRUE );
164 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
165 virtual UBool setQuick( UBool quic
[all...]
H A Dtokiter.h43 UBool next(UnicodeString& token, UErrorCode& ec);
61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
65 UBool done;
66 UBool haveLine;
H A Dpptest.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Drestest.h20 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);
H A Drestsnew.h20 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);
H A Dtextfile.h39 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);
H A Dnmfmtrt.h24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
27 static UBool verbose;
28 static UBool STRING_COMPARE;
29 static UBool EXACT_NUMERIC_COMPARE;
30 static UBool DEBUG;
48 static inline UBool
52 static inline UBool
70 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Dtfsmalls.h24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dfiletools.h26 U_CAPI UBool U_EXPORT2
27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.h26 U_CFUNC UBool VERBOSE;
27 U_CFUNC UBool SMALL;
28 U_CFUNC UBool IGNORE_SISO_CHECK;
47 UBool
51 UBool
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcsdetect.h27 UBool fStripTags; // If true, setText() will strip tags from input text.
28 UBool fFreshTextSet;
31 UBool *fEnabledRecognizers; // If not null, active set of charset recognizers had
48 UBool setStripTagsFlag(UBool flag);
50 UBool getStripTagsFlag() const;
59 void setDetectableCharset(const char *encoding, UBool enabled, UErrorCode &status);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dtzrule.h55 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 operato
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducln_cmn.h25 U_CFUNC UBool umtx_cleanup(void);
27 U_CFUNC UBool utrace_cleanup(void);
29 U_CFUNC UBool ucln_lib_cleanup(void);
H A Dpatternprops.h46 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);
H A Dutil.h53 static UBool isUnprintable(UChar32 c);
61 static UBool escapeUnprintable(UnicodeString& result, UChar32 c);
89 UBool advance = FALSE);
124 static UBool parseChar(const UnicodeString& id, int32_t& pos, UChar ch);
216 UBool isLiteral,
217 UBool escapeUnprintable,
222 UBool isLiteral,
223 UBool escapeUnprintable,
228 UBool escapeUnprintable,
/macosx-10.10/ICU-531.30/icuSources/io/
H A Duprintf.h41 UBool fAlt; /* # flag */
42 UBool fSpace; /* Space flag */
43 UBool fLeft; /* - flag */
44 UBool fShowSign; /* + flag */
45 UBool fZero; /* 0 flag */
47 UBool fIsLongDouble; /* L flag */
48 UBool fIsShort; /* h flag */
49 UBool fIsLong; /* l flag */
50 UBool fIsLongLong; /* ll flag */

Completed in 391 milliseconds

1234567891011>>