Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dlanguage.h27 struct Language { struct
43 Language ChooseBestAddressLanguage(const Rule& address_region_rule, argument
Dlanguage.cc28 Language::Language(const std::string& language_tag) : tag(language_tag), in Language() function in i18n::addressinput::Language
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.cpp76 struct Language { struct
77 const char* lang;
78 UChar open1;
79 UChar close1;
80 UChar open2;
81 UChar close2;
82 QuotesData* data;
84 bool operator<(const Language& b) const { return strcmp(lang, b.lang) < 0; } in operator <()
/external/lldb/include/lldb/Expression/
DClangExpression.h82 Language () in Language() function
DClangUserExpression.h241 Language () in Language() function
/external/lldb/source/Core/
DLanguage.cpp54 Language::Language(LanguageType language) : in Language() function in Language
/external/llvm/lib/Support/
DDwarf.cpp571 const char *llvm::dwarf::LanguageString(unsigned Language) { in LanguageString()
/external/clang/lib/Format/
DFormat.cpp151 FormatStyle::LanguageKind Language = in mapping() local
365 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle()
400 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle()
462 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, in getPredefinedStyle()
488 FormatStyle::LanguageKind Language = Style->Language; in parseConfiguration() local
1665 static StringRef getLanguageName(FormatStyle::LanguageKind Language) { in getLanguageName()
/external/clang/unittests/Tooling/
DTestVisitor.h42 enum Language { enum
/external/chromium_org/third_party/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
/external/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
/external/clang/unittests/AST/
DMatchVerifier.h28 enum Language { Lang_C, Lang_C89, Lang_CXX, Lang_CXX11, Lang_OpenCL }; enum
/external/libvpx/libvpx/third_party/libmkv/
DEbmlIDs.h105 Language = 0x22B59C, enumerator
/external/clang/include/clang/Format/
DFormat.h58 LanguageKind Language; member
/external/chromium_org/third_party/cld/languages/proto/
Dlanguages.pb.h8 enum Language { enum
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1178 uint16_t Language = getLanguage(); in constructTypeDIE() local
1449 uint16_t Language = getLanguage(); in applySubprogramAttributes() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dlcms2_internal.h647 cmsUInt16Number Language; member
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11254 LinkageSpecDecl::LanguageIDs Language; in ActOnStartLinkageSpecification() local