/external/icu/icu4c/source/common/ |
patternprops.h | 46 static UBool isSyntax(UChar32 c); 51 static UBool isSyntaxOrWhiteSpace(UChar32 c); 56 static UBool isWhiteSpace(UChar32 c); 74 static UBool isIdentifier(const UChar *s, int32_t length);
|
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/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/ |
creststn.h | 83 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/icu/icu4c/source/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_VAR; 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 );
|
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);
|
regextst.h | 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL ); 61 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 62 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line); 70 virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber);
|
regiontst.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 42 UBool optionv; // TRUE if @v option is given on command line
|
tchcfmt.h | 46 UBool isValid, 53 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
tsdtfmsy.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 37 UBool UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const UnicodeString *prefixArray, const UnicodeString *baseArray);
|
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);
|
/external/icu/icu4c/source/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/icu/icu4c/source/i18n/ |
decimalformatpattern.h | 45 UBool fUseSignificantDigits; 48 UBool fUseExponentialNotation; 50 UBool fExponentSignAlwaysShown; 52 UBool fGroupingUsed; 56 UBool fDecimalSeparatorAlwaysShown; 58 UBool fRoundingIncrementUsed; 61 UBool fNegPatternsBogus; 62 UBool fPosPatternsBogus;
|
digitgrouping.h | 35 UBool equals(const DigitGrouping &rhs) const { 48 UBool isSeparatorAt(int32_t digitsLeftOfDecimal, int32_t digitPos) const; 63 UBool isGroupingUsed() const { return fGrouping > 0; } 72 UBool isNoGrouping( 103 UBool isGroupingEnabled(int32_t digitsLeftOfDecimal) const;
|
collationfastlatinbuilder.h | 34 UBool forData(const CollationData &data, UErrorCode &errorCode); 45 UBool loadGroups(const CollationData &data, UErrorCode &errorCode); 46 UBool inSameGroup(uint32_t p, uint32_t q) const; 50 UBool getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32, 52 UBool getCEsFromContractionCE32(const CollationData &data, uint32_t ce32, 57 UBool encodeUniqueCEs(UErrorCode &errorCode); 58 UBool encodeCharCEs(UErrorCode &errorCode); 59 UBool encodeContractions(UErrorCode &errorCode); 62 static UBool isContractionCharCE(int64_t ce) { 88 UBool shortPrimaryOverflow [all...] |