Home
last modified time | relevance | path

Searched defs:symbols (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-def.py18 symbols = sorted (re.findall (r"^hb_\w+(?= \()", "\n".join (headers_content), re.M)) variable
40 symbols = [x for x in symbols if x not in experimental_symbols] variable
41 symbols = "\n".join (symbols) variable
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md61 #### Configuration symbol syntax
69 #### Configuration symbol usage
77 #### Configuration symbol semantics
81 #### Configuration symbols for key types
87 #### Configuration symbols for elliptic curves
93 #### Configuration symbols for Diffie-Hellman groups
99 #### Configuration symbols for algorithms
109 #### Accounting for transparent drivers
/third_party/python/Tools/scripts/
Dnm2def.py43 def symbols(lib=PYTHONLIB,types=('T','C','D')): function
61 def export_list(symbols): argument
86 def filter_Python(symbols,specials=SPECIALS): argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberPropertyMapper.java40 DecimalFormatSymbols symbols) { in create()
48 DecimalFormatSymbols symbols, in create()
60 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create()
81 DecimalFormatSymbols symbols, in oldToNew()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberPropertyMapper.java41 DecimalFormatSymbols symbols) { in create()
49 DecimalFormatSymbols symbols, in create()
61 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create()
82 DecimalFormatSymbols symbols, in oldToNew()
DNumberFormatterSettings.java327 public T symbols(DecimalFormatSymbols symbols) { in symbols() argument
361 public T symbols(NumberingSystem ns) { in symbols() method in NumberFormatterSettings
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java38 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
105 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
124 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
154 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
169 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java36 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
103 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
122 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
152 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
167 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/third_party/icu/icu4c/source/test/intltest/
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); in test4099975() local
327 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); in test4117335() local
Dnumbertest_patternmodifier.cpp31 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testBasic() local
123 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testPatternWithNoPlaceholder() local
165 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testMutableEqualsImmutable() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DNumberParserImpl.java43 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
82 DecimalFormatSymbols symbols) { in parseStatic()
102 DecimalFormatSymbols symbols) { in parseStaticCurrency()
117 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
136 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java24 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
29 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DNumberParserImpl.java45 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
84 DecimalFormatSymbols symbols) { in parseStatic()
104 DecimalFormatSymbols symbols) { in parseStaticCurrency()
119 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
138 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java28 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
33 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/third_party/skia/src/sksl/dsl/
DDSLBlock.cpp17 DSLBlock::DSLBlock(SkSL::StatementArray statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock()
21 DSLBlock::DSLBlock(SkTArray<DSLStatement> statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatMiscTests.java83 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local
104 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local
139 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); in Test4117335() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatMiscTests.java80 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local
101 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local
136 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); in Test4117335() local
/third_party/icu/icu4c/source/common/
Duniset_closure.cpp47 const SymbolTable* symbols, in UnicodeSet()
55 const SymbolTable* symbols, in UnicodeSet()
67 const SymbolTable* symbols, in applyPattern()
89 const SymbolTable* symbols, in applyPattern()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_closure.cpp47 const SymbolTable* symbols, in UnicodeSet()
55 const SymbolTable* symbols, in UnicodeSet()
67 const SymbolTable* symbols, in applyPattern()
89 const SymbolTable* symbols, in applyPattern()
/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.h30 StatementArray cases, std::shared_ptr<SymbolTable> symbols) in SwitchStatement()
86 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function
DSkSLForStatement.h40 std::shared_ptr<SymbolTable> symbols) in ForStatement()
104 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function
/third_party/node/deps/icu-small/source/common/
Duniset_closure.cpp49 const SymbolTable* symbols, in UnicodeSet()
57 const SymbolTable* symbols, in UnicodeSet()
69 const SymbolTable* symbols, in applyPattern()
91 const SymbolTable* symbols, in applyPattern()
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp66 AutoDehydratorSymbolTable(Dehydrator* dehydrator, const std::shared_ptr<SymbolTable>& symbols) in AutoDehydratorSymbolTable()
229 void Dehydrator::write(const SymbolTable& symbols) { in write()
448 AutoDehydratorSymbolTable symbols(this, b.symbolTable()); in write() local
516 AutoDehydratorSymbolTable symbols(this, ss.symbols()); in write() local
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type()
280 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp340 const DecimalFormatSymbols &symbols, in CurrencySpacingEnabledModifier()
409 const DecimalFormatSymbols &symbols, in applyCurrencySpacing()
427 const DecimalFormatSymbols &symbols, in applyCurrencySpacingAffix()
458 CurrencySpacingEnabledModifier::getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition positi… in getUnicodeSet()
480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString()

12345678910>>...12