Home
last modified time | relevance | path

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

12345678910

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DCurrencySpacingEnabledModifier.java33 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument
99 applyCurrencySpacing( FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) applyCurrencySpacing() argument
120 applyCurrencySpacingAffix( FormattedStringBuilder output, int index, byte affix, DecimalFormatSymbols symbols) applyCurrencySpacingAffix() argument
154 getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) getUnicodeSet() argument
169 getInsertString(DecimalFormatSymbols symbols, byte affix) getInsertString() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_impl.cpp82 createParserFromProperties(const number::impl::DecimalFormatProperties& properties, const DecimalFormatSymbols& symbols, bool parseCurrency, UErrorCode& status) createParserFromProperties() argument
[all...]
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 Dnumber_microprops.h96 const DecimalFormatSymbols* symbols; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_functions.cpp314 find_matching_signature(const char *name, const exec_list *actual_parameters, glsl_symbol_table *symbols) find_matching_signature() argument
/third_party/node/deps/icu-small/source/common/
H A Duniset_closure.cpp47 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
55 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
67 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
88 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
/third_party/mesa3d/src/mesa/program/
H A Dsymbol_table.c68 struct symbol *symbols; member
[all...]
/third_party/node/deps/icu-small/source/i18n/
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 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
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp266 Find(const DataType type, const GenericValues& conditions, const GenericValues& symbols, std::vector<GenericValues>& results) Find() argument
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp194 std::string symbols = in RegexMatchMmi() local
/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

Completed in 12 milliseconds

12345678910