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

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/cintltst/
creststn.h 89 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
ncnvfbts.h 25 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
28 const char *codepage, UBool fallback, const int32_t *expectOffsets);
cintltst.h 109 U_CFUNC UBool ctest_resetICU(void);
114 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
120 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
123 * Assert that the UBool is TRUE, and return TRUE if it does.
125 * NOTE: Use 'int condition' rather than 'UBool condition' so the
129 U_CFUNC UBool assertTrue(const char* msg, int condition);
135 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
142 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual)
    [all...]
  /external/icu/icu4c/source/test/intltest/
itformat.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itrbbi.h 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
ittrans.h 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
sdtfmtts.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tfsmalls.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tzoffloc.h 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
nmfmtrt.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
29 static UBool verbose;
30 static UBool STRING_COMPARE;
31 static UBool EXACT_NUMERIC_COMPARE;
32 static UBool DEBUG_VAR;
50 static inline UBool
54 static inline UBool
72 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
aliastst.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
28 UBool isLocaleAvailable(const char*);
dadrfmt.h 33 void runIndexedTest(int32_t index, UBool exec, const char* &name,
43 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
47 // UBool fwd);
itmajor.h 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itutil.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
25 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
regextst.h 27 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
66 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
67 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
75 virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber);
regiontst.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
44 UBool optionv; // TRUE if @v option is given on command line
tchcfmt.h 48 UBool isValid,
55 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tsdtfmsy.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
39 UBool UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const UnicodeString *prefixArray, const UnicodeString *baseArray);
tsputil.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
28 void maxMinTest(double a, double b, double exp, UBool max);
  /external/icu/icu4c/source/common/
util.h 62 static UBool isUnprintable(UChar32 c);
70 static UBool escapeUnprintable(UnicodeString& result, UChar32 c);
98 UBool advance = FALSE);
133 static UBool parseChar(const UnicodeString& id, int32_t& pos, UChar ch);
225 UBool isLiteral,
226 UBool escapeUnprintable,
231 UBool isLiteral,
232 UBool escapeUnprintable,
237 UBool escapeUnprintable,
  /external/icu/icu4c/source/io/
uprintf.h 43 UBool fAlt; /* # flag */
44 UBool fSpace; /* Space flag */
45 UBool fLeft; /* - flag */
46 UBool fShowSign; /* + flag */
47 UBool fZero; /* 0 flag */
49 UBool fIsLongDouble; /* L flag */
50 UBool fIsShort; /* h flag */
51 UBool fIsLong; /* l flag */
52 UBool fIsLongLong; /* ll flag */
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 36 static UBool gShowWarning = TRUE;
38 U_CFUNC void setShowWarning(UBool val)
43 U_CFUNC UBool getShowWarning(){
47 static UBool gStrict =FALSE;
48 U_CFUNC UBool isStrict(){
51 U_CFUNC void setStrict(UBool val){
54 static UBool gVerbose =FALSE;
55 U_CFUNC UBool isVerbose(){
58 U_CFUNC void setVerbose(UBool val){
  /external/icu/icu4c/source/i18n/
dayperiodrules.h 51 UBool hasMidnight() const { return fHasMidnight; }
52 UBool hasNoon() const { return fHasNoon; }
71 UBool allHoursAreSet();
82 UBool fHasMidnight;
83 UBool fHasNoon;
collationfastlatinbuilder.h 37 UBool forData(const CollationData &data, UErrorCode &errorCode);
48 UBool loadGroups(const CollationData &data, UErrorCode &errorCode);
49 UBool inSameGroup(uint32_t p, uint32_t q) const;
53 UBool getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
55 UBool getCEsFromContractionCE32(const CollationData &data, uint32_t ce32,
60 UBool encodeUniqueCEs(UErrorCode &errorCode);
61 UBool encodeCharCEs(UErrorCode &errorCode);
62 UBool encodeContractions(UErrorCode &errorCode);
65 static UBool isContractionCharCE(int64_t ce) {
91 UBool shortPrimaryOverflow
    [all...]
utf8collationiterator.h 36 UTF8CollationIterator(const CollationData *d, UBool numeric,
64 virtual UBool foundNULTerminator();
66 virtual UBool forbidSurrogateCodePoints() const;
82 FCDUTF8CollationIterator(const CollationData *data, UBool numeric,
103 virtual UBool foundNULTerminator();
110 UBool nextHasLccc() const;
111 UBool previousHasTccc() const;
122 UBool nextSegment(UErrorCode &errorCode);
133 UBool previousSegment(UErrorCode &errorCode);
135 UBool normalize(const UnicodeString &s, UErrorCode &errorCode)
    [all...]

Completed in 1079 milliseconds

12 3 4 5 6 7 8 91011>>