/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_simple.cpp | 152 forLocaleAndSymbolsAndGroupingStrategy( const icu::Locale &locale, const DecimalFormatSymbols &symbols, UNumberGroupingStrategy groupingStrategy, UErrorCode &status) forLocaleAndSymbolsAndGroupingStrategy() argument 163 initialize( const icu::Locale &locale, const DecimalFormatSymbols &symbols, UNumberGroupingStrategy groupingStrategy, UErrorCode &status) initialize() argument
|
H A D | number_microprops.h | 79 const DecimalFormatSymbols* symbols = nullptr; member
|
H A D | numparse_impl.cpp | 82 createParserFromProperties(const number::impl::DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, bool parseCurrency, UErrorCode& status) createParserFromProperties() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scope.c | 112 struct symbol_list *symbols = scope->symbols; in end_scope() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dsaparam.c | 243 static const char symbols[] = ".+*\n"; in gendsa_cb() local
|
/third_party/rust/crates/cxx/src/ |
H A D | lib.rs | 463 mod symbols; modules
|
/third_party/openssl/apps/ |
H A D | dsaparam.c | 243 static const char symbols[] = ".+*\n"; in gendsa_cb() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.hpp | 131 std::unordered_set<std::string> symbols; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_microprops.h | 92 const DecimalFormatSymbols* symbols; member
|
H A D | number_utils.h | 39 insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, const DecimalFormatSymbols& symbols, Field field, UErrorCode& status) insertDigitFromSymbols() argument
|
H A D | numparse_impl.cpp | 82 createParserFromProperties(const number::impl::DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, bool parseCurrency, UErrorCode& status) createParserFromProperties() argument [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.cpp | 72 SkSL::SymbolTable& symbols = *fCompiler->fSymbolTable; in setupSymbolTable() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 158 basic_symbol_iterator_range symbols() const { in symbols() function in llvm::object::SymbolicFile
|
/third_party/ffmpeg/libavcodec/ |
H A D | cllc.c | 47 uint8_t symbols[256]; in read_code_table() local
|
H A D | vlc.c | 272 ff_init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, int flags) ff_init_vlc_sparse() argument 328 ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes, const int8_t *lens, int lens_wrap, const void *symbols, int symbols_wrap, int symbols_size, int offset, int flags, void *logctx) ff_init_vlc_from_lengths() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MutablePatternModifier.java | 48 DecimalFormatSymbols symbols; field in MutablePatternModifier 115 setSymbols( DecimalFormatSymbols symbols, Currency currency, UnitWidth unitWidth, PluralRules rules) setSymbols() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberFormatter.java | 584 fromDecimalFormat( DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) fromDecimalFormat() argument
|
H A D | NumberFormatterSettings.java | 343 symbols(DecimalFormatSymbols symbols) symbols() argument 378 public T symbols(NumberingSystem ns) { symbols() method in NumberFormatterSettings [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CurrencyData.java | 50 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()]; field in CurrencyData.CurrencySpacingInfo
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 1916 public void symbols() { in symbols() method in NumberFormatterApiTest [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CurrencyData.java | 66 private final String[][] symbols = new String[SpacingType.COUNT.ordinal()][SpacingPattern.COUNT.ordinal()]; field in CurrencyData.CurrencySpacingInfo
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberFormatterSettings.java | 327 symbols(DecimalFormatSymbols symbols) symbols() argument 361 public T symbols(NumberingSystem ns) { symbols() method in NumberFormatterSettings [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | MutablePatternModifier.java | 49 DecimalFormatSymbols symbols; field in MutablePatternModifier 113 setSymbols( DecimalFormatSymbols symbols, Currency currency, UnitWidth unitWidth, PluralRules rules) setSymbols() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_decimal.cpp | 26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher() argument
|
H A D | number_mapper.cpp | 22 create(const DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse, UErrorCode& status) create() argument 29 create(const DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse, DecimalFormatProperties& exportedProperties, UErrorCode& status) create() argument 39 oldToNew(const DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, DecimalFormatWarehouse& warehouse, DecimalFormatProperties* exportedProperties, UErrorCode& status) oldToNew() argument
|