Home
last modified time | relevance | path

Searched refs:bogus (Results 1 - 25 of 47) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp596 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4106661()
600 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661()
603 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
606 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
609 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661()
612 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661()
615 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661()
618 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661()
621 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661()
624 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, statu in Test4106661()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
H A Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
H A Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
H A Dnumparse_validators.cpp75 if (!result.quantity.bogus) { in postProcess()
H A Dnumber_decimalquantity.h351 bool bogus = false; member in number::impl::DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
H A Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
H A Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
H A Dnumparse_validators.cpp75 if (!result.quantity.bogus) { in postProcess()
H A Dnumber_decimalquantity.h351 bool bogus = false; member in number::impl::DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
H A Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
H A Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
H A Dnumparse_validators.cpp75 if (!result.quantity.bogus) { in postProcess()
/third_party/typescript/tests/baselines/reference/
H A DnonIterableRestElement3.js2 var c = { bogus: 0 };
6 var c = { bogus: 0 };
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdswitch.c218 goto bogus; in GLOBAL()
225 goto bogus; in GLOBAL()
228 goto bogus; in GLOBAL()
231 goto bogus; in GLOBAL()
234 goto bogus; in GLOBAL()
244 bogus: in GLOBAL()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py99 bogus = {_tables.EMPTY, _tables.UNKNOWN}
103 varidinfo = tuple(None if v in bogus else v
105 if reason in bogus:
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsRouter.java102 Precision.BogusRounder bogus = (Precision.BogusRounder)rounder; in route()
104 rounder = bogus.into(parseSkeletonToPrecision(converterPreference.precision)); in route()
109 rounder = bogus.into(Precision.integer().withMinDigits(2)); in route()
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/
H A Dfull.py34 api.builder_name_schema.MakeBuilderName(role='Build', bogus='BOGUS')
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp404 Locale bogus; in makeBogusLocale() local
405 bogus.setToBogus(); in makeBogusLocale()
406 return bogus; in makeBogusLocale()
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp404 Locale bogus; in makeBogusLocale() local
405 bogus.setToBogus(); in makeBogusLocale()
406 return bogus; in makeBogusLocale()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp404 Locale bogus; in makeBogusLocale() local
405 bogus.setToBogus(); in makeBogusLocale()
406 return bogus; in makeBogusLocale()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp923 bool bogus = true; in ValidateStringList() local
941 bogus = false; in ValidateStringList()
947 if (bogus) in ValidateStringList()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java234 Column<String> bogus = Column.ofString("Bogus"); in testColumnGroupMapping()
235 assertThrows(IllegalArgumentException.class, () -> table.getAssignedRanges(bogus)); in testColumnGroupMapping()
236 Column<String> nope = ColumnGroup.byRegion(bogus).getColumn(PhoneRegion.of("US")); in testColumnGroupMapping()

Completed in 14 milliseconds

12