Searched refs:dialects (Results 1 – 21 of 21) sorted by relevance
/third_party/boost/tools/build/src/tools/ |
D | clang.jam | 55 local dialects = [ feature.values <cxxstd-dialect> ] ; 56 dialects = [ set.difference $(dialects) : gnu iso ] ; 67 …cxxstd-flags $(toolset) : $(condition)/<cxxstd>latest/<cxxstd-dialect>$(dialects) : -std=c++$(std)…
|
D | gcc.jam | 480 local dialects = [ feature.values <cxxstd-dialect> ] ; 481 .cxxstd-dialects = [ set.difference $(dialects) : gnu iso ] ; 489 cxxstd-flags <cxxstd>$(std)/<cxxstd-dialect>$(.cxxstd-dialects) : -std=c++$(std) ; 514 … cxxstd-flags $(condition)/<cxxstd>latest/<cxxstd-dialect>$(.cxxstd-dialects) : -std=c++$(std) ;
|
/third_party/python/Modules/ |
D | _csv.c | 20 PyObject *dialects; /* Dialect registry */ member 42 Py_CLEAR(module_state->dialects); in _csv_clear() 54 Py_VISIT(module_state->dialects); in _csv_traverse() 144 dialect_obj = PyDict_GetItemWithError(module_state->dialects, name_obj); in get_dialect_from_registry() 1484 return PyDict_Keys(get_csv_state(module)->dialects); in csv_list_dialects() 1506 if (PyDict_SetItem(module_state->dialects, name_obj, dialect) < 0) { in csv_register_dialect() 1518 if (PyDict_DelItem(module_state->dialects, name_obj) < 0) { in csv_unregister_dialect() 1733 module_state->dialects = PyDict_New(); in csv_exec() 1734 if (PyModule_AddObjectRef(module, "_dialects", module_state->dialects) < 0) { in csv_exec()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | README.md | 13 ## Supported dialects
|
/third_party/gettext/gettext-runtime/doc/ |
D | nls.texi | 103 fact, some languages have dialects in different countries. For example, 105 code serves to distinguish the dialects. 193 implementing regional variants of languages, or language dialects.
|
/third_party/boost/libs/xpressive/doc/ |
D | xpressive.qbk | 79 over the nuts and bolts of building a regular expression in the two dialects xpressive supports: st…
|
/third_party/python/Doc/library/ |
D | csv.rst | 97 dialect. For full details about dialects and formatting parameters, see 120 parameters of the dialect. For full details about dialects and formatting 138 Return the names of all registered dialects. 351 formatting parameters are grouped together into dialects. A dialect is a
|
/third_party/freetype/src/gxvalid/ |
D | README | 366 5-2. Versions and dialects which should be differentiated 427 5-2-3. Apple and Microsoft dialects 437 are incompatible also. In summary, there are three dialects:
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 366 5-2. Versions and dialects which should be differentiated 427 5-2-3. Apple and Microsoft dialects 437 are incompatible also. In summary, there are three dialects:
|
/third_party/e2fsprogs/ |
D | ABOUT-NLS | 70 But in fact, some languages have dialects in different countries. For 72 country code serves to distinguish the dialects. 1350 dialects.
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 366 5-2. Versions and dialects which should be differentiated 427 5-2-3. Apple and Microsoft dialects 437 are incompatible also. In summary, there are three dialects:
|
/third_party/benchmark/test/ |
D | CMakeLists.txt | 168 # libstdc++ provides different definitions within <map> between dialects. When
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CONTRIBUTING.md | 98 scenarios? The respective SPIR-V dialects are slightly different.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CONTRIBUTING.md | 98 scenarios? The respective SPIR-V dialects are slightly different.
|
/third_party/spirv-tools/ |
D | CONTRIBUTING.md | 98 scenarios? The respective SPIR-V dialects are slightly different.
|
/third_party/python/Doc/whatsnew/ |
D | 2.3.rst | 797 Different dialects of comma-separated files can be defined and registered; 798 currently there are two dialects, both used by Microsoft Excel. A separate
|
/third_party/icu/docs/userguide/transforms/general/ |
D | index.md | 431 and Telegu. ICU can transliterate from Latin to any of these dialects and back,
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 1252 fact, some languages have dialects in different countries. For example, 1254 code serves to distinguish the dialects. 3135 Some languages have dialects in different countries. For example, 3137 code serves to distinguish the dialects. See @ref{Language Codes} and
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.mjs | 1 // Reserved word lists for various dialects of the language
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 11977 dialects
|
/third_party/python/Misc/ |
D | HISTORY | 19285 as the reader and writer, allowing the user to register dialects
|