/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 167 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) { in test_Formattable() 262 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable() 322 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable() 332 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong() == (int32_t)3) in test_Formattable() 333 && (ft_dynarr[1].getType() == Formattable::kLong) && (ft_dynarr[1].getLong() == (int32_t)4)) { in test_Formattable() 340 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)3) in test_Formattable() 341 && (ft_arr[1].getType() == Formattable::kLong) && (ft_arr[1].getLong() == (int32_t)4)) { in test_Formattable()
|
D | tsnmfmt.cpp | 25 case Formattable::kLong: return "kLong"; in formattableTypeName() 309 if (number[i].getType() == Formattable::kLong) in tryIt() 381 if (number.getType() != Formattable::kLong) in tryIt()
|
D | nmfmtrt.h | 54 { return (n.getType() == Formattable::kLong); } in isLong()
|
D | numfmtst.cpp | 838 if (af.getType() == Formattable::kLong) in TestExponential() 884 if (af.getType() == Formattable::kLong || in TestExponential() 1309 if (n.getType() != Formattable::kLong || in TestParse() 1407 if (U_FAILURE(status) || n.getType() != Formattable::kLong || in TestLenientParse() 1431 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse() 1451 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse() 1471 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse() 1484 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse() 1558 if (U_FAILURE(status) ||n.getType() != Formattable::kLong || in TestLenientParse() 2850 if (a.getType() == Formattable::kLong) { in equalValue() [all …]
|
D | tchcfmt.cpp | 423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble(); in TestComplexExample() 431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble(); in TestComplexExample()
|
D | msfmrgts.cpp | 220 case Formattable::kLong: fmt->format(obj.getLong(), temp); break; in Test4031438() 235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break; in Test4031438() 723 …logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592()
|
D | dtfmttst.cpp | 2549 DateFormat::createDateInstance(DateFormat::kLong, loc)); in TestHebrewClone() 4053 …{ "root@calendar=chinese", DateFormat::kLong, { UnicodeString("2012(ren-chen) M04 2"), Unicod… in TestMonthPatterns() 4060 …{ "en@calendar=chinese", DateFormat::kLong, { UnicodeString("4 2, 2012(ren-chen)"), UnicodeS… in TestMonthPatterns() 4062 …{ "zh@calendar=chinese", DateFormat::kLong, { CharsToUnicodeString("2012\\u58EC\\u8FB0\\u5E7… in TestMonthPatterns() 4074 …{ "zh_Hant@calendar=chinese", DateFormat::kLong, { CharsToUnicodeString("2012\\u58EC\\u8FB0\\u5E7… in TestMonthPatterns() 4080 …{ "fr@calendar=chinese", DateFormat::kLong, { CharsToUnicodeString("2 s\\u00ECyu\\u00E8 ren-… in TestMonthPatterns() 4084 …{ "en@calendar=dangi", DateFormat::kLong, { UnicodeString("3bis 2, 2012(29)"), UnicodeStr… in TestMonthPatterns() 4087 …{ "ko@calendar=dangi", DateFormat::kLong, { CharsToUnicodeString("\\uC784\\uC9C4\\uB144 \\… in TestMonthPatterns() 4282 …{ "he@calendar=hebrew", DateFormat::kLong, UnicodeString(""), cafti_he_hebrew_lo… in TestNonGregoFmtParse()
|
D | nmfmtrt.cpp | 323 if(n.getType() == Formattable::kLong) { in typeOf()
|
D | dcfmtest.cpp | 349 case 'i': expectType = Formattable::kLong; break; in execParseTest()
|
D | numrgts.cpp | 2220 if (n.getType() != Formattable::kLong 2509 if (num.getType() != Formattable::kLong && 2904 if (n.getType() != Formattable::kLong 2916 if (n.getType() != Formattable::kLong
|
D | itrbnf.cpp | 1922 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales() 1945 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales()
|
D | intltest.cpp | 158 case Formattable::kLong: in _toString()
|
D | tmsgfmt.cpp | 225 case Formattable::kLong :
|
/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 102 fType = kLong; in init() 243 case kLong: in operator =() 293 case kLong: in operator ==() 352 fType = kLong; in dispose() 384 case kLong: in isNumeric() 402 case Formattable::kLong: in getLong() 455 case Formattable::kLong: in getInt64() 500 case Formattable::kLong: in getDouble() 544 fType = kLong; in setLong() 728 case kLong: in internalGetCharString() [all …]
|
D | datefmt.cpp | 212 case Formattable::kLong: in format() 247 case Formattable::kLong: in format()
|
D | quantityformatter.cpp | 162 } else if (number.getType() == Formattable::kLong) { in selectPlural()
|
D | umsg.cpp | 431 case Formattable::kLong: in umsg_vformat() 560 case Formattable::kLong: in umsg_vparse()
|
D | reldtfmt.cpp | 497 case kLong: in loadDates() 498 glueIndex = kDateTimeOffset + kLong; in loadDates()
|
D | numfmt.cpp | 593 case Formattable::kLong: in format() 641 case Formattable::kLong: in format()
|
D | msgfmt.cpp | 142 icu::DateFormat::kLong, 1698 formattableType = Formattable::kLong; in createAppropriateFormat()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | datefmt.h | 162 kLong = 1, enumerator 186 kLongRelative = kLong | kRelative, 202 LONG = kLong,
|
D | fmtable.h | 243 kLong, enumerator
|
/external/icu/icu4c/source/samples/numfmt/ |
D | util.cpp | 91 case Formattable::kLong: in formattableToString()
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | DateFmtPerf.h | 628 case Formattable::kLong: in formattableToString()
|
/external/v8/src/runtime/ |
D | runtime-i18n.cc | 498 case icu::Formattable::kLong: in RUNTIME_FUNCTION()
|