HomeSort by relevance Sort by last modified time
    Searched full:localedir (Results 1 - 25 of 373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libexif/test/nls/
check-localedir.in 3 localedir="@localedir@"
9 if test "${localedir}" = "${binlocaledir}"; then
10 echo "Makefile and binary agree on localedir \`${localedir}'. Good."
13 echo "Makefile and binary disagree on localedir. Bad."
14 echo " - Makefile says \`${localedir}'."
22 echo "Error: Could not determine binary localedir."
print-localedir.c 8 puts(LOCALEDIR);
Makefile.am 1 nlstestscripts = check-localedir.sh # check-codeset.sh
9 check_PROGRAMS = print-localedir # $(codeset_tests)
30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
33 sed 's|@top_builddir\@|$(top_builddir)|g;s|@localedir\@|$(localedir)|g;s|@PRINT_LOCALEDIR\@|./print-localedir$(EXEEXT)|g;s|@build_alias\@|$(build_alias)|g;s|@host_alias\@|$(host_alias)|g;s|@codeset_tests\@|$(codeset_tests)|g;s|@DESTDIR\@|$(DESTDIR)|g' < $< > $@
check-nls.in 4 localedir="@localedir@"
22 binlocaledir="$(./print-localedir)"
25 echo "Test installation contains localedir \`${binlocaledir}'."
27 echo "localedir \`${binlocaledir}' does not exist"
test-nls.c 29 char *localedir; local
33 puts("Syntax: test-nls <localedir>\n");
37 localedir = argv[1];
62 const char *basedir = bindtextdomain(GETTEXT_PACKAGE, localedir);
83 "localedir: %s\n"
89 localedir,
test-codeset.c 137 const char *localeenv = getenv("LOCALEDIR");
138 const char *localedir = (localeenv!=NULL)?localeenv:LOCALEDIR; local
139 const char *msgcatdir = bindtextdomain(GETTEXT_PACKAGE, localedir);
146 printf("Msg catalog dir: %s (from environment variable LOCALEDIR\n",
  /external/e2fsprogs/misc/
nls-enable.h 14 #ifndef LOCALEDIR
15 #define LOCALEDIR "/usr/share/locale"
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 4 localedir = $(datadir)/locale
10 -DLOCALEDIR=\"$(localedir)\"
  /external/e2fsprogs/lib/
dirpaths.h.in 7 #define LOCALEDIR "@datadir@/locale"
  /external/bison/m4/
bison-i18n.m4 26 dnl Determine bison's localedir.
29 dnl and accepts the --print-localedir option.
31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
configmake.m4 43 if test "x$localedir" = x; then
44 AC_SUBST([localedir], ['${datarootdir}/locale'])
  /external/e2fsprogs/intl/
os2compat.c 88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
93 _nlos2_localedir = LOCALEDIR;
os2compat.h 27 #undef LOCALEDIR
28 #define LOCALEDIR _nlos2_localedir
  /external/bison/po/
Makefile.in.in 29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/bison/runtime-po/
Makefile.in.in 29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makefile.in.in 29 localedir = @localedir@
225 dir=$(localedir)/$$lang/LC_MESSAGES; \
232 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
233 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
234 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
235 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
236 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
239 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/elfutils/0.153/po/
Makefile.in.in 29 localedir = @localedir@
225 dir=$(localedir)/$$lang/LC_MESSAGES; \
232 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
233 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
234 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
235 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
236 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
239 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/po/
Makefile.in.in 30 localedir = @localedir@
191 dir=$(localedir)/$$lang/LC_MESSAGES; \
198 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
199 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
200 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
201 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
202 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
205 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file;
    [all...]
  /external/e2fsprogs/po/
Makefile.in.in 27 localedir = $(datadir)/locale
170 dir=$(localedir)/$$lang/LC_MESSAGES; \
177 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
178 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
179 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
180 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
181 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
184 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
187 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/libexif/po/
Makefile.in.in 26 localedir = $(datadir)/locale
164 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /ndk/sources/host-tools/make-3.81/po/
Makefile.in.in 26 localedir = $(datadir)/locale
164 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/bison/darwin-lib/
configmake.h 22 #define LOCALEDIR "/usr/local/share/locale"
  /external/bison/linux-lib/
configmake.h 22 #define LOCALEDIR "/usr/local/share/locale"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 57 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES')
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
59 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo')
60 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo')
65 if not os.path.isdir(LOCALEDIR):
66 os.makedirs(LOCALEDIR)
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
87 self.localedir = os.curdir
89 gettext.install('gettext', self.localedir)
157 self.localedir = os.curdi
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 57 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES')
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
59 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo')
60 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo')
65 if not os.path.isdir(LOCALEDIR):
66 os.makedirs(LOCALEDIR)
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
87 self.localedir = os.curdir
89 gettext.install('gettext', self.localedir)
157 self.localedir = os.curdi
    [all...]

Completed in 1849 milliseconds

1 2 3 4 5 6 7 8 91011>>