/external/icu/icu4c/source/i18n/ |
number_asformat.cpp | 35 UBool LocalizedNumberFormatterAsFormat::operator==(const Format& other) const {
|
rbnf.cpp | 102 virtual UBool operator==(const LocalizationInfo* rhs) const; 103 inline UBool operator!=(const LocalizationInfo* rhs) const { return !operator==(rhs); } 123 static UBool 134 UBool 325 inline UBool checkInc(UChar c) { 332 inline UBool check(UChar c) { 340 inline UBool inList(UChar c, const UChar* list) const { 422 UBool mightHaveNext = TRUE; 428 UBool haveComma = check(COMMA); 478 UBool mightHaveNext = TRUE [all...] |
rbt_set.cpp | 404 UBool TransliterationRuleSet::transliterate(Replaceable& text, 406 UBool incremental) { 431 UBool escapeUnprintable) const { 451 UBool getTarget) const
|
timezone.cpp | 138 static UBool U_CALLCONV timeZone_cleanup(void) 369 UBool 676 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, 736 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) { 742 UBool getID(int32_t i, UErrorCode& ec) { [all...] |
collationiterator.cpp | 36 UBool 68 UBool isEmpty() const { return oldBuffer.isEmpty(); } 70 UBool hasNext() const { return pos < oldBuffer.length(); } 171 UBool 217 UBool 222 UBool 252 UBool forward, UErrorCode &errorCode) { 655 UBool isTopDiscontiguous = skipped->isEmpty(); 687 CollationIterator::appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode) { [all...] |
nfrs.cpp | 301 void NFRuleSet::setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule) { 334 static UBool 347 UBool 683 UBool 715 UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecutedRuleMask, tempResult); 754 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalExecutedRuleMask, tempResult); 824 UBool neg = d < 0; 940 uint32_t util64_toa(int64_t w, char* buf, uint32_t len, uint32_t radix, UBool raw) 986 uint32_t util64_tou(int64_t w, UChar* buf, uint32_t len, uint32_t radix, UBool raw)
|
/external/icu/icu4c/source/io/ |
locbund.cpp | 38 static UBool U_CALLCONV locbund_cleanup(void) {
|
/external/icu/icu4c/source/test/intltest/ |
convtest.cpp | 69 ConversionTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { 602 UBool flush; 605 flush=(UBool)(s==s0+s0Length); [all...] |
currcoll.cpp | 145 void CollationCurrencyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/)
|
dadrcal.cpp | 41 void DataDrivenCalendarTest::runIndexedTest(int32_t index, UBool exec, 76 UBool useDate = FALSE; // TODO 291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { 367 const DataMap *settings, UBool forward) {
|
erarulestest.cpp | 14 void EraRulesTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/)
|
escoll.cpp | 102 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */)
|
numbertest_patternstring.cpp | 11 void PatternStringTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) {
|
numbertest_stringsegment.cpp | 13 void StringSegmentTest::runIndexedTest(int32_t index, UBool exec, const char*&name, char*) {
|
trcoll.cpp | 92 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
|
tscoll.cpp | 59 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) 283 UBool ok1 = (compareResult == expectedResult); 284 UBool ok2 = (keyResult == expectedResult); 285 UBool ok3 = (incResult == expectedResult);
|
plurults.cpp | 35 UBool checkEqual(const PluralRules &test, char *result, int32_t max); 36 UBool testEquality(const PluralRules &test); 42 void PluralRulesTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 229 UBool isKeywordA[] = {TRUE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE }; 285 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { 287 UBool isEqual = TRUE; 301 UBool testEquality(const PluralRules &test) { 316 UBool ret=TRUE; 539 UBool ok = TRUE; [all...] |
/external/icu/icu4c/source/test/perf/strsrchperf/ |
strsrchperf.cpp | 86 UPerfFunction* StringSearchPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par) {
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperf.h | 125 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
|
/external/icu/icu4c/source/test/perf/usetperf/ |
usetperf.cpp | 104 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ){
|
/external/icu/icu4c/source/tools/genccode/ |
genccode.c | 95 UBool verbose = TRUE;
|
/external/icu/icu4c/source/tools/toolutil/ |
dbgutil.cpp | 47 static UBool tu_cleanup(void)
|
/external/icu/libandroidicu/include/unicode/ |
umachine.h | 225 typedef int8_t UBool; 228 /** The TRUE value of a UBool @stable ICU 2.0 */ 232 /** The FALSE value of a UBool @stable ICU 2.0 */
|
/external/icu/icu4c/source/common/ |
uhash.cpp | 872 U_CAPI UBool U_EXPORT2 928 U_CAPI UBool U_EXPORT2 942 return (UBool)(*p1 == *p2); 945 U_CAPI UBool U_EXPORT2 959 return (UBool)(*p1 == *p2); 962 U_CAPI UBool U_EXPORT2 976 return (UBool)(*p1 == *p2); 988 U_CAPI UBool U_EXPORT2 990 return (UBool)(key1.integer == key2.integer);
|
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 94 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap); 116 static UBool NO_KNOWN = FALSE; 119 static UBool ON_LINE = FALSE; /* are we on the top line with our test name? */ 120 static UBool HANGING_OUTPUT = FALSE; /* did the user leave us without a trailing \n ? */ 638 UBool wasON_LINE = ON_LINE; 698 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap) 701 UBool firstForTicket; 702 UBool firstForWhere; 808 UBool T_CTEST_EXPORT2 [all...] |