/external/icu/icu4c/source/test/intltest/ |
numberformattesttuple.h | 77 * test. The UBool fields ending in "Flag" indicate whether the corrresponding 130 UBool localeFlag; 131 UBool currencyFlag; 132 UBool patternFlag; 133 UBool formatFlag; 134 UBool outputFlag; 135 UBool commentFlag; 136 UBool minIntegerDigitsFlag; 137 UBool maxIntegerDigitsFlag; 138 UBool minFractionDigitsFlag [all...] |
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 | 52 UnicodeString toString(UBool b); 59 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 80 //| void MyTest::runIndexedTest(int32_t index, UBool exec, 144 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden 146 virtual UBool setVerbose( UBool verbose = TRUE ); 147 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE ); 148 virtual UBool setQuick( UBool quick = 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);
|
datadrivennumberformattestsuite.h | 42 void run(const char *fileName, UBool runAllTests); 55 virtual UBool isFormatPass( 76 virtual UBool isFormatPass( 90 virtual UBool isToPatternPass( 97 virtual UBool isParsePass( 105 virtual UBool isParseCurrencyPass( 113 virtual UBool isSelectPass( 133 UBool breaksC(); 134 UBool readLine(UCHARBUF *f, UErrorCode &); 135 UBool isPass [all...] |
idnaconf.h | 22 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 33 UBool ReadAndConvertFile(); 35 UBool ReadOneLine(UnicodeString&);
|
/external/icu/icu4c/source/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);
|
parse.h | 32 UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status);
|
/external/icu/icu4c/source/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); 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,
|
/external/icu/icu4c/source/common/unicode/ |
appendable.h | 63 virtual UBool appendCodeUnit(UChar c) = 0; 72 virtual UBool appendCodePoint(UChar32 c); 82 virtual UBool appendString(const UChar *s, int32_t length); 93 virtual UBool reserveAppendCapacity(int32_t appendCapacity); 172 virtual UBool appendCodeUnit(UChar c); 180 virtual UBool appendCodePoint(UChar32 c); 189 virtual UBool appendString(const UChar *s, int32_t length); 198 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
|
unimatch.h | 126 UBool incremental) = 0; 141 UBool escapeUnprintable = FALSE) const = 0; 150 virtual UBool matchesIndexValue(uint8_t v) const = 0;
|
/external/icu/icu4c/source/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/icu/icu4c/source/i18n/ |
visibledigits.h | 38 UBool isNegative() const; 39 UBool isNaN() const; 40 UBool isInfinite() const; 41 UBool isNaNOrInfinity() const; 62 void getFixedDecimal(double &source, int64_t &intValue, int64_t &f, int64_t &t, int32_t &v, UBool &hasIntValue) const; 100 UBool fAbsIntValueSet; 111 UBool fAbsDoubleValueSet; 118 UBool isOverMaxDigits() const; 142 UBool isNegative() const { return fMantissa.isNegative(); } 143 UBool isNaN() const { return fMantissa.isNaN(); [all...] |
csdetect.h | 27 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);
|
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
|
/external/icu/icu4c/source/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/icu/icu4c/source/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...] |
fpositer.h | 82 UBool operator==(const FieldPositionIterator&) const; 90 UBool operator!=(const FieldPositionIterator& rhs) const { return !operator==(rhs); } 97 UBool next(FieldPosition& fp);
|