OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I18N
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_i18n_apitest.cc
7
IN_PROC_BROWSER_TEST_F(ExtensionApiTest,
I18N
) {
9
ASSERT_TRUE(RunExtensionTest("
i18n
")) << message_;
/external/v8/src/
natives.h
39
CORE, D8,
I18N
/external/dnsmasq/bld/
Makefile
8
$(CC) $(CFLAGS) $(COPTS) $(
I18N
) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
/external/dnsmasq/
Makefile
56
all-
i18n
:
58
I18N
=-DLOCALEDIR='\"$(LOCALEDIR)\"' \
68
install-
i18n
: all-
i18n
install-common
/external/v8/src/extensions/experimental/
i18n-extension.cc
28
#include "
i18n
-extension.h"
44
// JavaScript code generated from
i18n
.js file.
46
int index = NativesCollection<
I18N
>::GetIndex("
i18n
");
48
NativesCollection<
I18N
>::GetScriptSource(index);
54
: v8::Extension("v8/
i18n
", GetScriptSource()) {
/external/libxml2/
HTMLparser.c
512
#define
I18N
"lang", "dir"
516
#define ATTRS COREATTRS,
I18N
,EVENTS
524
static const char* const core_i18n_attrs[] = { COREATTRS,
I18N
, NULL } ;
526
static const char* const i18n_attrs[] = {
I18N
, NULL } ;
566
static const char* const font_attrs[] = { COREATTRS,
I18N
, "size", "color", "face" , NULL } ;
572
static const char* const head_attrs[] = {
I18N
, "profile", NULL } ;
581
static const char* const prompt_attrs[] = { COREATTRS,
I18N
, "prompt", NULL } ;
590
static const char* const meta_attrs[] = {
I18N
, "http-equiv", "name", "scheme", NULL } ;
608
static const char* const style_attrs[] = {
I18N
, "media", "title", NULL } ;
654
{ "bdo", 0, 0, 0, 0, 0, 0, 1, "
i18n
bidi over-ride "
[
all
...]
Completed in 1269 milliseconds