/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-def.py | 18 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/ |
D | psa-conditional-inclusion-c.md | 61 #### 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/ |
D | nm2def.py | 43 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/ |
D | NumberPropertyMapper.java | 40 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/ |
D | NumberPropertyMapper.java | 41 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()
|
D | NumberFormatterSettings.java | 327 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/ |
D | CurrencySpacingEnabledModifier.java | 38 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/ |
D | CurrencySpacingEnabledModifier.java | 36 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/ |
D | miscdtfm.cpp | 160 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
|
D | numbertest_patternmodifier.cpp | 31 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/ |
D | NumberParserImpl.java | 43 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()
|
D | ScientificMatcher.java | 24 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/ |
D | NumberParserImpl.java | 45 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()
|
D | ScientificMatcher.java | 28 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/ |
D | DSLBlock.cpp | 17 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/ |
D | DateFormatMiscTests.java | 83 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/ |
D | DateFormatMiscTests.java | 80 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/ |
D | uniset_closure.cpp | 47 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/ |
D | uniset_closure.cpp | 47 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/ |
D | SkSLSwitchStatement.h | 30 StatementArray cases, std::shared_ptr<SymbolTable> symbols) in SwitchStatement() 86 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function
|
D | SkSLForStatement.h | 40 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/ |
D | uniset_closure.cpp | 49 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/ |
D | SkSLDehydrator.cpp | 66 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/ |
D | builtin_types.cpp | 269 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/ |
D | number_modifiers.cpp | 340 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()
|