OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FcLangSetAdd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc
72
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("en"));
77
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("et"));
78
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("lv"));
79
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("lt"));
82
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("zh-tw"));
85
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("zh-cn"));
90
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("pl"));
91
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("cs"));
92
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("sk"));
93
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8*>("hu"))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp
67
FcLangSetAdd
(langset, reinterpret_cast<const FcChar8 *>(preferredLocale));
/external/chromium_org/third_party/fontconfig/include/src/
fcaliastail.h
201
# undef
FcLangSetAdd
202
extern __typeof (
FcLangSetAdd
)
FcLangSetAdd
__attribute((alias("IA__FcLangSetAdd"), visibility("default")));
fcalias.h
173
extern __typeof (
FcLangSetAdd
) IA__FcLangSetAdd __attribute((visibility("hidden")));
174
#define
FcLangSetAdd
IA__FcLangSetAdd
Completed in 112 milliseconds