Home
last modified time | relevance | path

Searched defs:symbols (Results 26 - 50 of 220) sorted by relevance

123456789

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNanMatcher.java17 public static NanMatcher getInstance(DecimalFormatSymbols symbols, int parseFlags) { in getInstance() argument
H A DScientificMatcher.java24 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() argument
29 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DMinusSignMatcher.java22 public static MinusSignMatcher getInstance(DecimalFormatSymbols symbols, boolean allowTrailing) { in getInstance() argument
H A DNanMatcher.java19 public static NanMatcher getInstance(DecimalFormatSymbols symbols, int parseFlags) { in getInstance() argument
H A DPlusSignMatcher.java22 public static PlusSignMatcher getInstance(DecimalFormatSymbols symbols, boolean allowTrailing) { in getInstance() argument
H A DScientificMatcher.java28 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() argument
33 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() argument
280 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp79 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); in testAPI() local
/third_party/skia/src/sksl/dsl/
H A DDSLSymbols.cpp19 static bool is_type_in_symbol_table(skstd::string_view name, SkSL::SymbolTable* symbols) { in is_type_in_symbol_table() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMicroProps.java23 public DecimalFormatSymbols symbols; field in MicroProps
H A DCustomSymbolCurrency.java16 public static Currency resolve(Currency currency, ULocale locale, DecimalFormatSymbols symbols) { in resolve() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMacroProps.java32 public Object symbols; field in MacroProps
H A DMicroProps.java18 public DecimalFormatSymbols symbols; field in MicroProps
H A DCustomSymbolCurrency.java20 public static Currency resolve(Currency currency, ULocale locale, DecimalFormatSymbols symbols) { in resolve() argument
/third_party/icu/icu4c/source/common/
H A Duniset_closure.cpp45 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
53 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
65 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
86 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_scientific.cpp117 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, in ScientificHandler() argument
H A Dnumber_currencysymbols.cpp26 CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols, UErrorCode& status) CurrencySymbols() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.cpp131 program::symbols() const { in symbols() function in program
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc37 WRL::ComPtr<IDebugHostSymbols> symbols; variable
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_currencysymbols.cpp26 CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols, UErrorCode& status) CurrencySymbols() argument
H A Dnumber_scientific.cpp117 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, in ScientificHandler() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp111 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols() function in ModuleDebugStreamRef
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_currencysymbols.cpp26 CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols, UErrorCode& status) CurrencySymbols() argument
H A Dnumber_scientific.cpp117 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, in ScientificHandler() argument
/third_party/skia/src/sksl/ir/
H A DSkSLForStatement.h104 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function in SkSL::final
34 ForStatement(int line, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::unique_ptr<LoopUnrollInfo> unrollInfo, std::shared_ptr<SymbolTable> symbols) ForStatement() argument

Completed in 12 milliseconds

123456789