Home
last modified time | relevance | path

Searched defs:symbols (Results 76 - 100 of 220) sorted by relevance

123456789

/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_simple.cpp152 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 Dnumber_microprops.h79 const DecimalFormatSymbols* symbols = nullptr; member
H A Dnumparse_impl.cpp82 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 Dscope.c112 struct symbol_list *symbols = scope->symbols; in end_scope() local
/third_party/node/deps/openssl/openssl/apps/
H A Ddsaparam.c243 static const char symbols[] = ".+*\n"; in gendsa_cb() local
/third_party/rust/crates/cxx/src/
H A Dlib.rs463 mod symbols; modules
/third_party/openssl/apps/
H A Ddsaparam.c243 static const char symbols[] = ".+*\n"; in gendsa_cb() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp131 std::unordered_set<std::string> symbols; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_microprops.h92 const DecimalFormatSymbols* symbols; member
H A Dnumber_utils.h39 insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, const DecimalFormatSymbols& symbols, Field field, UErrorCode& status) insertDigitFromSymbols() argument
H A Dnumparse_impl.cpp82 createParserFromProperties(const number::impl::DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, bool parseCurrency, UErrorCode& status) createParserFromProperties() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLThreadContext.cpp72 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 DSymbolicFile.h158 basic_symbol_iterator_range symbols() const { in symbols() function in llvm::object::SymbolicFile
/third_party/ffmpeg/libavcodec/
H A Dcllc.c47 uint8_t symbols[256]; in read_code_table() local
H A Dvlc.c272 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 DMutablePatternModifier.java48 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 DNumberFormatter.java584 fromDecimalFormat( DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) fromDecimalFormat() argument
H A DNumberFormatterSettings.java343 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 DCurrencyData.java50 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 DNumberFormatterApiTest.java1916 public void symbols() { in symbols() method in NumberFormatterApiTest
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCurrencyData.java66 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 DNumberFormatterSettings.java327 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 DMutablePatternModifier.java49 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 Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher() argument
H A Dnumber_mapper.cpp22 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

Completed in 16 milliseconds

123456789