Searched refs:kLong (Results 1 - 25 of 49) 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.cpp25 case Formattable::kLong: return "kLong";
309 if (number[i].getType() == Formattable::kLong)
381 if (number.getType() != Formattable::kLong)
H A Dtchcfmt.cpp423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
H A Dnumfmtst.cpp390 if (af.getType() == Formattable::kLong)
436 if (af.getType() == Formattable::kLong ||
857 if (n.getType() != Formattable::kLong ||
955 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
979 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
999 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1019 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1032 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1106 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
2373 if (a.getType() == Formattable::kLong) {
[all...]
/external/icu/icu4c/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.cpp25 case Formattable::kLong: return "kLong";
309 if (number[i].getType() == Formattable::kLong)
381 if (number.getType() != Formattable::kLong)
H A Dtchcfmt.cpp423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
H A Dnumfmtst.cpp394 if (af.getType() == Formattable::kLong)
440 if (af.getType() == Formattable::kLong ||
861 if (n.getType() != Formattable::kLong ||
959 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
983 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1003 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1023 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1036 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1110 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
2396 if (a.getType() == Formattable::kLong) {
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp102 fType = kLong;
243 case kLong:
293 case kLong:
352 fType = kLong;
384 case kLong:
402 case Formattable::kLong:
455 case Formattable::kLong:
500 case Formattable::kLong:
544 fType = kLong;
728 case kLong
[all...]
H A Ddatefmt.cpp128 case Formattable::kLong:
163 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/icu/icu4c/source/i18n/
H A Dfmtable.cpp102 fType = kLong;
243 case kLong:
293 case kLong:
352 fType = kLong;
384 case kLong:
402 case Formattable::kLong:
455 case Formattable::kLong:
500 case Formattable::kLong:
544 fType = kLong;
728 case kLong
[all...]
H A Dquantityformatter.cpp138 } else if (quantity.getType() == Formattable::kLong) {
H A Ddatefmt.cpp133 case Formattable::kLong:
168 case Formattable::kLong:
H A Dreldtfmt.cpp497 case kLong:
498 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.h161 kLong = 1, enumerator in enum:DateFormat::EStyle
167 // kLong + kDateOffset = 5
176 // kLong + kDateTimeOffset = 10
185 kLongRelative = kLong | kRelative,
201 LONG = kLong,
H A Dfmtable.h83 Formattable(); // Type kLong, value 0
243 kLong, enumerator in enum:Formattable::Type
283 * is kDouble, kLong, or kInt64
313 * kLong then the result is undefined.
507 * kLong.
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h162 kLong = 1, enumerator in enum:DateFormat::EStyle
168 // kLong + kDateOffset = 5
177 // kLong + kDateTimeOffset = 10
186 kLongRelative = kLong | kRelative,
202 LONG = kLong,
H A Dfmtable.h83 Formattable(); // Type kLong, value 0
243 kLong, enumerator in enum:Formattable::Type
283 * is kDouble, kLong, or kInt64
313 * kLong then the result is undefined.
507 * kLong.
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dutil.cpp91 case Formattable::kLong:
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp91 case Formattable::kLong:

Completed in 1161 milliseconds

12