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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.h 28 U_CFUNC void setShowWarning(UBool val);
29 U_CFUNC UBool getShowWarning(void);
32 U_CFUNC void setStrict(UBool val);
33 U_CFUNC UBool isStrict(void);
36 U_CFUNC void setVerbose(UBool val);
37 U_CFUNC UBool isVerbose(void);
errmsg.c 34 static UBool gShowWarning = TRUE;
36 void setShowWarning(UBool val)
41 UBool getShowWarning(){
45 static UBool gStrict =FALSE;
46 UBool isStrict(){
49 void setStrict(UBool val){
52 static UBool gVerbose =FALSE;
53 UBool isVerbose(){
56 void setVerbose(UBool val){
parse.h 27 void initParser(UBool omitBinaryCollation, UBool omitCollationRules);
  /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/chromium_org/third_party/icu/source/test/cintltst/
crestst.h 46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
  /external/icu4c/test/cintltst/
crestst.h 46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
  /external/chromium_org/third_party/icu/source/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);
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);
  /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,
132 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
134 virtual UBool setVerbose( UBool verbose = TRUE );
135 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
136 virtual UBool setQuick( UBool quick = TRUE );
137 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;
  /external/chromium_org/third_party/icu/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/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);
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);
  /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/chromium_org/third_party/icu/source/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...]
  /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...]

Completed in 1780 milliseconds

1 2 3 4 5 6 7 8 91011>>