Home
last modified time | relevance | path

Searched refs:GetLanguage (Results 1 – 16 of 16) sorted by relevance

/external/lldb/include/lldb/Core/
DLanguage.h78 GetLanguage() const;
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dsplit_select.py41 (device.GetLanguage(cache=allow_cached_props),
/external/lldb/source/Core/
DLanguage.cpp64 Language::GetLanguage() const in GetLanguage() function in Language
/external/lldb/include/lldb/Symbol/
DCompileUnit.h146 GetLanguage();
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h39 void GetLanguage(CFX_WideString& wsLanguage) override;
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp321 const char* GetLanguage() const;
508 const char* GetLanguage() const;
Dmkvparser.cpp3622 const char* Chapters::Display::GetLanguage() const { return m_language; } in GetLanguage() function in mkvparser::Chapters::Display
4618 const char* Track::GetLanguage() const { return m_info.language; } in GetLanguage() function in mkvparser::Track
/external/lldb/source/Symbol/
DCompileUnit.cpp218 CompileUnit::GetLanguage() in GetLanguage() function in CompileUnit
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h319 const char* GetLanguage() const;
595 const char* GetLanguage() const;
Dmkvparser.cc3621 const char* Chapters::Display::GetLanguage() const { return m_language; } in GetLanguage() function in mkvparser::Chapters::Display
4617 const char* Track::GetLanguage() const { return m_info.language; } in GetLanguage() function in mkvparser::Track
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp112 void CPDFXFA_App::GetLanguage(CFX_WideString& wsLanguage) { in GetLanguage() function in CPDFXFA_App
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp242 this->GetParser()->GetNotify()->GetAppProvider()->GetLanguage(wsLanguage); in GetLocalMgr()
Dxfa_script_hostpseudomodel.cpp110 pNotify->GetAppProvider()->GetLanguage(wsLanguage); in Script_HostPseudoModel_Language()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h181 virtual void GetLanguage(CFX_WideString& wsLanguage) = 0;
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4261 switch (comp_unit->GetLanguage()) in ParseChildParameters()
5770 …ol translation_unit_is_objc = (sc.comp_unit->GetLanguage() == eLanguageTypeObjC || sc.comp_unit->G… in ParseType()
6000 sc.comp_unit->GetLanguage() == eLanguageTypeObjC) in ParseType()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1828 def GetLanguage(self, cache=False): member in DeviceUtils