/third_party/boost/boost/spirit/home/qi/string/ |
D | symbols.hpp | 44 struct symbols struct 53 typedef Char char_type; // the character type 54 typedef T value_type; // the value associated with each entry 55 typedef symbols<Char, T, Lookup, Filter> this_type; 56 typedef reference<this_type> reference_; 57 typedef typename proto::terminal<reference_>::type terminal; 58 typedef proto::extends<terminal, this_type> base_type; 61 struct attribute 66 symbols(std::string const& name = "symbols") in symbols() function 75 symbols(symbols const& syms) in symbols() function [all …]
|
/third_party/boost/boost/spirit/home/karma/string/ |
D | symbols.hpp | 195 struct symbols struct 204 typedef T value_type; // the value associated with each entry 206 typedef reference<symbols> reference_; 207 typedef typename proto::terminal<reference_>::type terminal; 208 typedef proto::extends<terminal, symbols> base_type; 211 struct attribute 216 symbols(std::string const& name = "symbols") in symbols() function 224 symbols(symbols const& syms) in symbols() function 233 symbols(symbols<Attribute, T, Lookup, CharEncoding_, Tag_> const& syms) in symbols() function 242 symbols(Symbols const& syms, Data const& data in symbols() argument [all …]
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | symbols.hpp | 38 struct symbols struct 40 typedef typename range_value<Map>::type::first_type key_type; 41 typedef typename range_value<Map>::type::second_type value_type; 42 typedef typename range_value<key_type>::type char_type; 43 typedef typename range_const_iterator<Map>::type iterator; 44 typedef typename range_const_iterator<key_type>::type key_iterator; 45 typedef value_type const *result_type; 50 void load(Map const &map, Trans trans) in load() 65 result_type operator ()(BidiIter &begin, BidiIter end, Trans trans) const in operator ()() 71 void peek(Sink const &sink) const in peek() [all …]
|
/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/harfbuzz/src/ |
D | gen-def.py | 18 symbols = sorted (re.findall (r"^hb_\w+(?= \()", "\n".join (headers_content), re.M)) variable 41 symbols = [x for x in symbols if x not in experimental_symbols] variable 42 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/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()
|
/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/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/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/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 97 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testPatternWithNoPlaceholder() local 139 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testMutableEqualsImmutable() local
|
/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()
|
/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/boost/boost/dll/ |
D | library_info.hpp | 162 std::vector<std::string> symbols() { in symbols() function in boost::dll::library_info 179 std::vector<std::string> symbols(const char* section_name) { in symbols() function in boost::dll::library_info 194 std::vector<std::string> symbols(const std::string& section_name) { in symbols() function in boost::dll::library_info
|
/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/node/deps/icu-small/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/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/flutter/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
|