/external/icu/icu4c/source/i18n/ |
dcfmtsym.cpp | 176 UBool 224 UBool seenSymbol[DecimalFormatSymbols::kFormatSymbolCount]; 232 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, 253 UBool seenAll() { 280 UBool hasBeforeCurrency; 281 UBool hasAfterCurrency; 287 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, 291 UBool beforeCurrency; 330 for (UBool beforeCurrency = 0; beforeCurrency <= TRUE; beforeCurrency++) { 348 UBool useLastResortData, const NumberingSystem* ns [all...] |
tzfmt.cpp | 156 static UBool U_CALLCONV tzfmt_cleanup(void) 193 static UBool isValid(FieldType type, int32_t width); 261 UBool 377 UBool useDefaultOffsetPatterns = TRUE; 404 UBool useDefDigits = TRUE; 479 UBool 483 UBool isEqual = 655 UBool noOffsetFormatFallback = FALSE; 826 UBool fallbackLocalizedGMT = 828 UBool fallbackShortLocalizedGMT [all...] |
vtzone.cpp | 121 UBool negative = FALSE; 156 UBool negative = FALSE; 233 UBool isUTC = FALSE; 234 UBool isValid = FALSE; 296 UBool isValid = FALSE; 361 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) { 394 UBool yearly = FALSE; 395 //UBool parseError = FALSE; 400 UBool nextProp = TRUE; 489 UBool nextDOM = TRUE [all...] |
numsys.cpp | 79 NumberingSystem::createInstance(int32_t radix_in, UBool isAlgorithmic_in, const UnicodeString & desc_in, UErrorCode &status) { 117 UBool nsResolved = TRUE; 118 UBool usingFallback = FALSE; 209 UBool isAlgorithmic = ( algorithmic == 1 ); 250 void NumberingSystem::setAlgorithmic(UBool c) { 265 UBool NumberingSystem::isAlgorithmic() const {
|
ethpccal.cpp | 65 EthiopicCalendar::setAmeteAlemEra(UBool onOff) 70 UBool
|
inputext.cpp | 71 UBool InputText::isSet() const 82 void InputText::MungeInput(UBool fStripTags) {
|
number_currencysymbols.cpp | 56 UBool ignoredIsChoiceFormatFillIn = FALSE; 85 UBool isChoiceFormat = FALSE;
|
/external/icu/icu4c/source/io/ |
ustdio.cpp | 55 (UBool)((DELIM_LF <= (c1) && (c1) <= DELIM_CR) \ 59 #define CAN_HAVE_COMBINED_STRING_DELIMITER(c1) (UBool)((c1) == DELIM_CR) 61 (UBool)((c1) == DELIM_CR && (c2) == DELIM_LF) 129 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush) 299 UBool isError = FALSE; 313 UBool flushIO, 314 UBool flushTranslit) 473 (UBool)(feof(f->fFile) != 0), 589 U_CFUNC UBool U_EXPORT2 592 UBool isValidChar = FALSE [all...] |
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
bitset.cpp | 184 UBool contains(UChar32 c) const { 186 return (UBool)((latin1Set[c>>5]&((uint32_t)1<<(c&0x1f)))!=0); 188 return (UBool)((bits[c>>6]&(INT64_C(1)<<(c&0x3f)))!=0);
|
/external/icu/icu4c/source/tools/icuinfo/ |
icuinfo.cpp | 52 static UBool icuInitted = FALSE; 67 void cmd_version(UBool /* noLoad */, UErrorCode &errorCode) 219 UBool didSomething = FALSE;
|
/external/icu/icu4c/source/i18n/unicode/ |
udat.h | 922 U_CAPI UBool U_EXPORT2 936 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tfsmalls.cpp | 24 /*static UBool chkstatus( UErrorCode &status, char* msg = NULL ) 26 UBool ok = (status == U_ZERO_ERROR); 133 UBool err1 = FALSE; 134 UBool err2 = FALSE; 135 UBool err3 = FALSE; 230 UBool t; 274 UBool same = TRUE; 364 void TestFormatSmallClasses::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.cpp | 55 printUsage(const char *pname, UBool isHelp) { 242 static UBool 247 return (UBool)(len>0 && 0==strcmp(filename+len, ".dat")); 259 UBool isHelp, isModified, isPackage; 344 isModified=(UBool)(sourcePath!=destPath); 372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.cpp | 57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { 147 UBool bSameOffset = (rawOffset + dstOffset) == (newRawOffset + newDstOffset); 148 UBool bSameDst = ((dstOffset != 0) && (newDstOffset != 0)) || ((dstOffset == 0) && (newDstOffset == 0)); 214 ZoneIterator(UBool bAll = FALSE) { 291 UBool bAll = FALSE; 405 UBool bFirst = TRUE;
|
/external/icu/libandroidicu/include/unicode/ |
udat.h | 922 U_CAPI UBool U_EXPORT2 936 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status); [all...] |
/external/icu/icu4c/source/common/ |
charstr.h | 78 UBool isEmpty() const { return len==0; } 145 UBool ensureCapacity(int32_t capacity, int32_t desiredCapacityHint, UErrorCode &errorCode);
|
locavailable.cpp | 44 static UBool U_CALLCONV locale_available_cleanup(void) 109 static UBool U_CALLCONV uloc_cleanup(void) {
|
locdspnm.cpp | 308 UBool fCapitalization[kCapContextUsageCount]; 344 UnicodeString& scriptDisplayName(const char* script, UnicodeString& result, UBool skipAdjust) const; 345 UnicodeString& regionDisplayName(const char* region, UnicodeString& result, UBool skipAdjust) const; 346 UnicodeString& variantDisplayName(const char* variant, UnicodeString& result, UBool skipAdjust) const; 347 UnicodeString& keyDisplayName(const char* key, UnicodeString& result, UBool skipAdjust) const; 349 UnicodeString& result, UBool skipAdjust) const; 399 UBool hasCapitalizationUsage; 406 virtual void put(const char *key, ResourceValue &value, UBool /*noFallback*/, 490 UBool needBrkIter = FALSE; 579 UBool hasScript = uprv_strlen(script) > 0 [all...] |
normlzr.cpp | 111 UBool Normalizer::operator==(const Normalizer& that) const 164 UBool compat, int32_t options, 172 UBool compat, int32_t options, 195 UBool 385 UBool value) 395 UBool 480 UBool 504 UBool
|
ruleiter.cpp | 34 UBool RuleCharacterIterator::atEnd() const { 38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) {
|
servlkf.cpp | 60 UBool 75 UBool visible = (_coverage & 0x1) == 0; 115 //UBool
|
uset_props.cpp | 119 U_CAPI UBool U_EXPORT2 133 UBool escapeUnprintable,
|
/external/icu/icu4c/source/common/unicode/ |
ucnv_err.h | 196 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ 212 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
|
uiter.h | 158 typedef UBool U_CALLCONV 172 typedef UBool U_CALLCONV
|
/external/icu/icu4c/source/extra/scrptrun/ |
scrptrun.cpp | 108 UBool ScriptRun::sameScript(int32_t scriptOne, int32_t scriptTwo) 113 UBool ScriptRun::next()
|