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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/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 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/chromium/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/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);
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/chromium/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/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/third_party/icu/source/common/
umapfile.h 29 UBool uprv_mapFile(UDataMemory *pdm, const char *path);
  /external/chromium/third_party/icu/source/i18n/
usrchimp.h 27 UBool isOverlap;
28 UBool isCanonicalMatch;
37 UBool isForwardSearching;
38 UBool reset;
51 UBool hasPrefixAccents;
52 UBool hasSuffixAccents;
68 UBool ownCollator;
72 UBool toShift;
100 UBool usearch_handleNextExact(UStringSearch *strsrch, UErrorCode *status);
111 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 334 milliseconds

1 2 3 4 5 6 7 8 91011>>