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

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/
util.h 53 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,
  /external/icu4c/io/
uprintf.h 41 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 */
  /external/icu4c/test/cintltst/
creststn.h 79 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
ncnvfbts.h 23 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);
  /external/icu4c/test/intltest/
itformat.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itrbbi.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
ittrans.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
nmfmtrt.h 24 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);
sdtfmtts.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tfsmalls.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tzfmttst.h 19 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
tzoffloc.h 19 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
aliastst.h 21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
26 UBool isLocaleAvailable(const char*);
dadrfmt.h 31 void runIndexedTest(int32_t index, UBool exec, const char* &name,
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
45 // UBool fwd);
itmajor.h 19 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itutil.h 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
tchcfmt.h 46 UBool isValid,
53 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tsputil.h 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
26 void maxMinTest(double a, double b, double exp, UBool max);
convtest.h 49 UBool finalFlush;
50 UBool fallbacks;
70 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
78 UBool
81 UBool
84 UBool
90 UBool
numrgts.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
98 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
99 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
100 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
regextst.h 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
  /external/icu4c/tools/genrb/
errmsg.c 34 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){
  /external/icu4c/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);
176 virtual UBool appendCodeUnit(UChar c);
184 virtual UBool appendCodePoint(UChar32 c);
193 virtual UBool appendString(const UChar *s, int32_t length);
202 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
  /external/icu4c/i18n/
csrsbcs.h 56 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
65 virtual UBool match(InputText *det, CharsetMatch *results) const;
73 virtual UBool match(InputText *det, CharsetMatch *results) const;
124 virtual UBool match(InputText *det, CharsetMatch *results) const;
134 virtual UBool match(InputText *det, CharsetMatch *results) const;
144 virtual UBool match(InputText *det, CharsetMatch *results) const;
156 virtual UBool match(InputText *det, CharsetMatch *results) const;
166 virtual UBool match(InputText *det, CharsetMatch *results) const;
176 virtual UBool match(InputText *det, CharsetMatch *results) const;
188 virtual UBool match(InputText *det, CharsetMatch *results) const
    [all...]
  /external/icu4c/i18n/unicode/
rbtz.h 75 virtual UBool operator==(const TimeZone& that) const;
85 virtual UBool operator!=(const TimeZone& that) const;
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
223 virtual UBool useDaylightTime(void) const;
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
248 virtual UBool hasSameRules(const TimeZone& other) const;
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/
    [all...]

Completed in 192 milliseconds

12 3 4 5 6 7 8 91011>>