/third_party/icu/icu4c/source/test/intltest/ |
H A D | msfmrgts.cpp | 596 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 D | numparse_parsednumber.cpp | 30 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 D | numparse_decimal.cpp | 106 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 D | numparse_scientific.cpp | 130 bool wasBogus = result.quantity.bogus; in match() 131 result.quantity.bogus = false; in match() 134 result.quantity.bogus = wasBogus; in match()
|
H A D | numparse_validators.cpp | 75 if (!result.quantity.bogus) { in postProcess()
|
H A D | number_decimalquantity.h | 351 bool bogus = false; member in number::impl::DecimalQuantity
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_parsednumber.cpp | 30 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 D | numparse_decimal.cpp | 106 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 D | numparse_scientific.cpp | 130 bool wasBogus = result.quantity.bogus; in match() 131 result.quantity.bogus = false; in match() 134 result.quantity.bogus = wasBogus; in match()
|
H A D | numparse_validators.cpp | 75 if (!result.quantity.bogus) { in postProcess()
|
H A D | number_decimalquantity.h | 351 bool bogus = false; member in number::impl::DecimalQuantity
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_parsednumber.cpp | 30 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 D | numparse_decimal.cpp | 106 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 D | numparse_scientific.cpp | 130 bool wasBogus = result.quantity.bogus; in match() 131 result.quantity.bogus = false; in match() 134 result.quantity.bogus = wasBogus; in match()
|
H A D | numparse_validators.cpp | 75 if (!result.quantity.bogus) { in postProcess()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | nonIterableRestElement3.js | 2 var c = { bogus: 0 }; 6 var c = { bogus: 0 };
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdswitch.c | 218 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 D | datafiles.py | 99 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 D | UnitsRouter.java | 102 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 D | full.py | 34 api.builder_name_schema.MakeBuilderName(role='Build', bogus='BOGUS')
|
/third_party/icu/icu4c/source/common/ |
H A D | localebuilder.cpp | 404 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 D | localebuilder.cpp | 404 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 D | localebuilder.cpp | 404 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 D | dng_xmp_sdk.cpp | 923 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 D | RangeTableTest.java | 234 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()
|