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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/tools/genrb/
genrb.h 44 extern UBool gIncludeUnihanColl;
45 extern UBool gIncludeBig5HanColl;
46 extern UBool gIncludeGb2312HanColl;
47 extern UBool gIncludeZhuyinHanColl;
55 UBool omitBinaryCollation,
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/chromium_org/third_party/icu/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);
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/icu/icu4c/source/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);
intltest.h 69 UnicodeString toString(UBool b);
76 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
97 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
137 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overidden
139 virtual UBool setVerbose( UBool verbose = TRUE );
140 virtual UBool setNoErrMsg( UBool no_err_msg = TRUE );
141 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;
  /external/icu/icu4c/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);
intltest.h 69 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 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;
  /external/chromium_org/third_party/icu/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);
  /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/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);
  /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/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...]

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011>>