Searched refs:kLong (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) {
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3)
323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) {
333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong() == (int32_t)3)
334 && (ft_dynarr[1].getType() == Formattable::kLong) && (ft_dynarr[1].getLong() == (int32_t)4)) {
341 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)3)
342 && (ft_arr[1].getType() == Formattable::kLong) && (ft_arr[1].getLong() == (int32_t)4)) {
H A Dnmfmtrt.h54 { return (n.getType() == Formattable::kLong); }
H A Dtsnmfmt.cpp24 case Formattable::kLong: return "kLong";
298 if (number[i].getType() == Formattable::kLong)
370 if (number.getType() != Formattable::kLong)
H A Dtchcfmt.cpp411 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
419 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
H A Ddcfmtest.cpp157 "kLong",
336 case 'i': expectType = Formattable::kLong; break;
H A Dnmfmtrt.cpp323 if(n.getType() == Formattable::kLong) {
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) {
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3)
323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) {
333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong() == (int32_t)3)
334 && (ft_dynarr[1].getType() == Formattable::kLong) && (ft_dynarr[1].getLong() == (int32_t)4)) {
341 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)3)
342 && (ft_arr[1].getType() == Formattable::kLong) && (ft_arr[1].getLong() == (int32_t)4)) {
H A Dnmfmtrt.h54 { return (n.getType() == Formattable::kLong); }
H A Dtsnmfmt.cpp25 case Formattable::kLong: return "kLong";
309 if (number[i].getType() == Formattable::kLong)
381 if (number.getType() != Formattable::kLong)
H A Dnumfmtst.cpp378 if (af.getType() == Formattable::kLong)
424 if (af.getType() == Formattable::kLong ||
844 if (n.getType() != Formattable::kLong ||
941 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
965 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
985 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1005 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1018 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1092 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
2359 if (a.getType() == Formattable::kLong) {
[all...]
H A Dtchcfmt.cpp423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp98 fType = kLong;
242 case kLong:
292 case kLong:
351 fType = kLong;
376 case kLong:
394 case Formattable::kLong:
441 case Formattable::kLong:
479 case Formattable::kLong:
523 fType = kLong;
697 case kLong
[all...]
H A Ddatefmt.cpp127 case Formattable::kLong:
162 case Formattable::kLong:
H A Dreldtfmt.cpp361 case kLong:
362 glueIndex = kDateTimeOffset + kLong;
H A Dmsgfmt.cpp150 U_NAMESPACE_QUALIFIER DateFormat::kLong,
768 DateFormat *longDateTemplate = DateFormat::createDateInstance(DateFormat::kLong, fLocale);
772 DateFormat *longTimeTemplate = DateFormat::createTimeInstance(DateFormat::kLong, fLocale);
1264 (type == Formattable::kLong) ||
1273 } else if (type == Formattable::kLong) {
1553 argType = Formattable::kLong;
H A Dumsg.cpp430 case Formattable::kLong:
556 case Formattable::kLong:
/external/icu4c/i18n/
H A Dfmtable.cpp101 fType = kLong;
242 case kLong:
292 case kLong:
351 fType = kLong;
383 case kLong:
401 case Formattable::kLong:
454 case Formattable::kLong:
499 case Formattable::kLong:
543 fType = kLong;
717 case kLong
[all...]
H A Ddatefmt.cpp127 case Formattable::kLong:
162 case Formattable::kLong:
H A Dreldtfmt.cpp406 case kLong:
407 glueIndex = kDateTimeOffset + kLong;
H A Dumsg.cpp431 case Formattable::kLong:
560 case Formattable::kLong:
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h153 kLong = 1, enumerator in enum:DateFormat::EStyle
159 // kLong + kDateOffset = 5
168 // kLong + kDateTimeOffset = 10
177 kLongRelative = kLong | kRelative,
193 LONG = kLong,
H A Dfmtable.h69 Formattable(); // Type kLong, value 0
229 kLong, enumerator in enum:Formattable::Type
269 * is kDouble, kLong, kInt64 or kDecimalNumber.
299 * kLong then the result is undefined.
493 * kLong.
/external/icu4c/i18n/unicode/
H A Ddatefmt.h153 kLong = 1, enumerator in enum:DateFormat::EStyle
159 // kLong + kDateOffset = 5
168 // kLong + kDateTimeOffset = 10
177 kLongRelative = kLong | kRelative,
193 LONG = kLong,
H A Dfmtable.h81 Formattable(); // Type kLong, value 0
241 kLong, enumerator in enum:Formattable::Type
281 * is kDouble, kLong, kInt64 or kDecimalNumber.
311 * kLong then the result is undefined.
505 * kLong.
/external/icu4c/samples/numfmt/
H A Dutil.cpp91 case Formattable::kLong:

Completed in 791 milliseconds

12