/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_mapper.cpp | 25 DecimalFormatWarehouse& warehouse, in create() argument 27 … return NumberFormatter::with().macros(oldToNew(properties, symbols, warehouse, nullptr, status)); in create() 32 DecimalFormatWarehouse& warehouse, in create() argument 37 properties, symbols, warehouse, &exportedProperties, status)); in create() 42 DecimalFormatWarehouse& warehouse, in oldToNew() argument 68 warehouse.currencyPluralInfoAPP.setToBogus(); in oldToNew() 69 warehouse.propertiesAPP.setTo(properties, status); in oldToNew() 70 affixProvider = &warehouse.propertiesAPP; in oldToNew() 72 … warehouse.currencyPluralInfoAPP.setTo(*properties.currencyPluralInfo.fPtr, properties, status); in oldToNew() 73 warehouse.propertiesAPP.setToBogus(); in oldToNew() [all …]
|
D | number_mapper.h | 147 DecimalFormatWarehouse warehouse; member 172 DecimalFormatWarehouse& warehouse, UErrorCode& status); 177 DecimalFormatWarehouse& warehouse, 196 … const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse,
|
D | numparse_affixes.h | 155 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse, 182 AffixTokenMatcherWarehouse& warehouse,
|
D | numparse_affixes.cpp | 61 AffixTokenMatcherWarehouse& warehouse, in AffixPatternMatcherBuilder() argument 66 fWarehouse(warehouse), in AffixPatternMatcherBuilder()
|
D | decimfmt.cpp | 1150 …*fields->properties, *fields->symbols, fields->warehouse, *fields->exportedProperties, status).loc… in touch()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_mapper.h | 202 DecimalFormatWarehouse warehouse; member 227 DecimalFormatWarehouse& warehouse, UErrorCode& status); 232 DecimalFormatWarehouse& warehouse, 251 … const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse,
|
D | number_mapper.cpp | 24 DecimalFormatWarehouse& warehouse, in create() argument 26 … return NumberFormatter::with().macros(oldToNew(properties, symbols, warehouse, nullptr, status)); in create() 31 DecimalFormatWarehouse& warehouse, in create() argument 36 properties, symbols, warehouse, &exportedProperties, status)); in create() 41 DecimalFormatWarehouse& warehouse, in oldToNew() argument 65 warehouse.affixProvider.setTo(properties, status); in oldToNew() 66 macros.affixProvider = &warehouse.affixProvider.get(); in oldToNew() 76 warehouse.affixProvider.get().hasCurrencySign()); in oldToNew()
|
D | number_fluent.cpp | 494 LocalPointer<DecimalFormatWarehouse> warehouse(new DecimalFormatWarehouse(), status); in lnfCopyHelper() local 500 warehouse->affixProvider.setTo(fMacros.affixProvider, status); in lnfCopyHelper() 501 fMacros.affixProvider = &warehouse->affixProvider.get(); in lnfCopyHelper() 504 warehouse->rules.adoptInsteadAndCheckErrorCode( in lnfCopyHelper() 506 fMacros.rules = warehouse->rules.getAlias(); in lnfCopyHelper() 508 fWarehouse = warehouse.orphan(); in lnfCopyHelper()
|
D | numparse_affixes.h | 125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse, 152 AffixTokenMatcherWarehouse& warehouse,
|
D | numparse_affixes.cpp | 62 AffixTokenMatcherWarehouse& warehouse, in AffixPatternMatcherBuilder() argument 67 fWarehouse(warehouse), in AffixPatternMatcherBuilder()
|
D | decimfmt.cpp | 1622 fields->properties, *fields->symbols, fields->warehouse, fields->exportedProperties, status in touch()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_mapper.h | 207 DecimalFormatWarehouse warehouse; member 232 DecimalFormatWarehouse& warehouse, UErrorCode& status); 237 DecimalFormatWarehouse& warehouse, 256 … const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse,
|
D | number_mapper.cpp | 24 DecimalFormatWarehouse& warehouse, in create() argument 26 … return NumberFormatter::with().macros(oldToNew(properties, symbols, warehouse, nullptr, status)); in create() 31 DecimalFormatWarehouse& warehouse, in create() argument 36 properties, symbols, warehouse, &exportedProperties, status)); in create() 41 DecimalFormatWarehouse& warehouse, in oldToNew() argument 65 warehouse.affixProvider.setTo(properties, status); in oldToNew() 66 macros.affixProvider = &warehouse.affixProvider.get(); in oldToNew() 76 warehouse.affixProvider.get().hasCurrencySign()); in oldToNew()
|
D | number_fluent.cpp | 494 LocalPointer<DecimalFormatWarehouse> warehouse(new DecimalFormatWarehouse(), status); in lnfCopyHelper() local 500 warehouse->affixProvider.setTo(fMacros.affixProvider, status); in lnfCopyHelper() 501 fMacros.affixProvider = &warehouse->affixProvider.get(); in lnfCopyHelper() 504 warehouse->rules.adoptInsteadAndCheckErrorCode( in lnfCopyHelper() 506 fMacros.rules = warehouse->rules.getAlias(); in lnfCopyHelper() 508 fWarehouse = warehouse.orphan(); in lnfCopyHelper()
|
D | numparse_affixes.h | 125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse, 152 AffixTokenMatcherWarehouse& warehouse,
|
D | numparse_affixes.cpp | 62 AffixTokenMatcherWarehouse& warehouse, in AffixPatternMatcherBuilder() argument 67 fWarehouse(warehouse), in AffixPatternMatcherBuilder()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_mapper.h | 202 DecimalFormatWarehouse warehouse; member 227 DecimalFormatWarehouse& warehouse, UErrorCode& status); 232 DecimalFormatWarehouse& warehouse, 251 … const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse,
|
D | number_mapper.cpp | 24 DecimalFormatWarehouse& warehouse, in create() argument 26 … return NumberFormatter::with().macros(oldToNew(properties, symbols, warehouse, nullptr, status)); in create() 31 DecimalFormatWarehouse& warehouse, in create() argument 36 properties, symbols, warehouse, &exportedProperties, status)); in create() 41 DecimalFormatWarehouse& warehouse, in oldToNew() argument 65 warehouse.affixProvider.setTo(properties, status); in oldToNew() 66 macros.affixProvider = &warehouse.affixProvider.get(); in oldToNew() 76 warehouse.affixProvider.get().hasCurrencySign()); in oldToNew()
|
D | number_fluent.cpp | 494 LocalPointer<DecimalFormatWarehouse> warehouse(new DecimalFormatWarehouse(), status); in lnfCopyHelper() local 500 warehouse->affixProvider.setTo(fMacros.affixProvider, status); in lnfCopyHelper() 501 fMacros.affixProvider = &warehouse->affixProvider.get(); in lnfCopyHelper() 504 warehouse->rules.adoptInsteadAndCheckErrorCode( in lnfCopyHelper() 506 fMacros.rules = warehouse->rules.getAlias(); in lnfCopyHelper() 508 fWarehouse = warehouse.orphan(); in lnfCopyHelper()
|
D | numparse_affixes.h | 125 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse, 152 AffixTokenMatcherWarehouse& warehouse,
|
D | numparse_affixes.cpp | 62 AffixTokenMatcherWarehouse& warehouse, in AffixPatternMatcherBuilder() argument 67 fWarehouse(warehouse), in AffixPatternMatcherBuilder()
|
D | decimfmt.cpp | 1622 fields->properties, *fields->symbols, fields->warehouse, fields->exportedProperties, status in touch()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 259 AffixTokenMatcherWarehouse warehouse(&affixSetupData); in testCombinedCurrencyMatcher() local 260 NumberParseMatcher& matcher = warehouse.currency(status); in testCombinedCurrencyMatcher() 322 AffixTokenMatcherWarehouse warehouse(&affixSetupData); in testAffixPatternMatcher() local 343 affixPattern, warehouse, parseFlags, &success, status); in testAffixPatternMatcher()
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/ |
D | 10001_10.txt | 1 …n. Best dramatic hobo lady I have ever seen, and love scenes in clothes warehouse are second to no…
|
/third_party/libnl/ |
D | README.md | 12 In this warehouse include/netlink/version.h and lib/defs.h file is generated through the following …
|