Home
last modified time | relevance | path

Searched defs:symbols (Results 51 - 75 of 223) sorted by relevance

123456789

/third_party/skia/third_party/externals/icu/source/i18n/
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
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp66 AutoDehydratorSymbolTable(Dehydrator* dehydrator, const std::shared_ptr<SymbolTable>& symbols) in AutoDehydratorSymbolTable() argument
229 void Dehydrator::write(const SymbolTable& symbols) { in write() argument
[all...]
/third_party/skia/third_party/externals/icu/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/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc629 TestCaseSymbolMap symbols; in TestHelper() local
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc587 TestCaseSymbolMap symbols; in TestHelper() local
560 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
H A Dtest-macro-assembler-cond-rd-rn-t32.cc629 TestCaseSymbolMap symbols; in TestHelper() local
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMacroProps.java28 public Object symbols; field in MacroProps
H A DPatternStringUtils.java292 convertLocalized( String input, DecimalFormatSymbols symbols, boolean toLocalized) convertLocalized() argument
[all...]
H A DCurrencySpacingEnabledModifier.java31 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument
97 applyCurrencySpacing( FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) applyCurrencySpacing() argument
118 applyCurrencySpacingAffix( FormattedStringBuilder output, int index, byte affix, DecimalFormatSymbols symbols) applyCurrencySpacingAffix() argument
152 getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) getUnicodeSet() argument
167 getInsertString(DecimalFormatSymbols symbols, byte affix) getInsertString() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java130 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler
105 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
135 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNumberParserImpl.java78 parseStatic( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStatic() argument
98 parseStaticCurrency( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStaticCurrency() argument
134 createParserFromProperties( DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) createParserFromProperties() argument
[all...]
H A DDecimalMatcher.java55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() argument
47 getInstance( DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) getInstance() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dmiscdtfm.cpp160 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
195 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
226 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
255 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); test4099975() local
327 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); test4117335() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java80 parseStatic( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStatic() argument
100 parseStaticCurrency( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStaticCurrency() argument
136 createParserFromProperties( DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) createParserFromProperties() argument
[all...]
H A DDecimalMatcher.java57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() argument
49 getInstance( DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) getInstance() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScientificNotation.java129 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler
104 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
134 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
[all...]
H A DNumberFormatter.java455 fromDecimalFormat( DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) fromDecimalFormat() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringUtils.java292 convertLocalized( String input, DecimalFormatSymbols symbols, boolean toLocalized) convertLocalized() argument
[all...]
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

Completed in 15 milliseconds

123456789