Home
last modified time | relevance | path

Searched defs:Language (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/docs/
Dlanguage.md43 ## Language section in GN Language and Operation
68 ### Strings
96 ### Lists
167 ### Conditionals
184 ### Looping
197 ### Function calls
223 ### Scoping and execution
/third_party/boost/tools/build/doc/src/
Dbjam.adoc267 == Language section in Boost.Jam Documentation
273 [[jam.language.lexical]]
274 === Lexical Features
293 === Targets
333 === Rules
499 === Built-in Rules
1016 === Flow-of-Control
1149 === Variables
1614 === Modules
Doverview.adoc260 [[bbv2.overview.jam_language.actions]]
307 [[bbv2.overview.configuration]]
/third_party/protobuf/
Dgenerate_changelog.py8 class Language(object): class
/third_party/boringssl/src/
DSTYLE.md23 ## Language section in BoringSSL Style Guide
/third_party/python/Doc/library/
Dstring.rst543 .. _formatexamples:
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc343 int32_t CMapTable::CMapFormat0::Language() { in Language() function in sfntly::CMapTable::CMapFormat0
462 int32_t CMapTable::CMapFormat2::Language() { in Language() function in sfntly::CMapTable::CMapFormat2
651 int32_t CMapTable::CMapFormat4::Language(ReadableFontData* data) { in Language() function in sfntly::CMapTable::CMapFormat4
780 int32_t CMapTable::CMapFormat4::Language() { in Language() function in sfntly::CMapTable::CMapFormat4
/third_party/mingw-w64/mingw-w64-headers/include/
Dappmgmt.h73 LANGID Language; member
Dmergemod.h475 #define IMsmDependency_get_Language(This,Language) (This)->lpVtbl->get_Language(This,Language) argument
857 #define IMsmMerge_OpenModule(This,Path,Language) (This)->lpVtbl->OpenModule(This,Path,Language) argument
1004 #define IMsmMerge2_OpenModule(This,Path,Language) (This)->lpVtbl->OpenModule(This,Path,Language) argument
Dstrmif.h12706 LCID Language; member
12782 LCID Language; member
12926 #define IDvdControl_MenuLanguageSelect(This,Language) (This)->lpVtbl->MenuLanguageSelect(This,Langu… argument
13364 #define IDvdControl2_SelectDefaultMenuLanguage(This,Language) (This)->lpVtbl->SelectDefaultMenuLang… argument
13365 #define IDvdControl2_SelectDefaultAudioLanguage(This,Language,audioExtension) (This)->lpVtbl->Selec… argument
13366 #define IDvdControl2_SelectDefaultSubpictureLanguage(This,Language,subpictureExtension) (This)->lpV… argument
Dwininet.h826 LPCTSTR Language; member
Dagtctl.h1669 #define IAgentCtlSpeechInput_get_Language(This,Language) (This)->lpVtbl->get_Language(This,Language) argument
/third_party/python/Tools/clinic/
Dclinic.py369 class Language(metaclass=abc.ABCMeta): class