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

1 2 3 4 5 6

  /external/icu4c/i18n/
msgfmt_impl.h 7 * File MSGFMT.H
19 #include "unicode/msgfmt.h"
  /external/icu4c/samples/msgfmt/
msgfmt.vcproj 5 Name="msgfmt"
44 TypeLibraryName=".\x86\Release/msgfmt.tlb"
56 PrecompiledHeaderFile=".\x86\Release/msgfmt.pch"
78 OutputFile=".\x86\Release/msgfmt.exe"
82 ProgramDatabaseFile=".\x86\Release/msgfmt.pdb"
134 TypeLibraryName=".\x64\Release/msgfmt.tlb"
146 PrecompiledHeaderFile=".\x64\Release/msgfmt.pch"
168 OutputFile=".\x64\Release/msgfmt.exe"
172 ProgramDatabaseFile=".\x64\Release/msgfmt.pdb"
224 TypeLibraryName=".\x86\Debug/msgfmt.tlb
    [all...]
msgfmt.vcxproj 82 <TypeLibraryName>.\x86\Release/msgfmt.tlb</TypeLibraryName>
94 <PrecompiledHeaderOutputFile>.\x86\Release/msgfmt.pch</PrecompiledHeaderOutputFile>
108 <OutputFile>.\x86\Release/msgfmt.exe</OutputFile>
111 <ProgramDatabaseFile>.\x86\Release/msgfmt.pdb</ProgramDatabaseFile>
121 <TypeLibraryName>.\x64\Release/msgfmt.tlb</TypeLibraryName>
133 <PrecompiledHeaderOutputFile>.\x64\Release/msgfmt.pch</PrecompiledHeaderOutputFile>
147 <OutputFile>.\x64\Release/msgfmt.exe</OutputFile>
150 <ProgramDatabaseFile>.\x64\Release/msgfmt.pdb</ProgramDatabaseFile>
160 <TypeLibraryName>.\x86\Debug/msgfmt.tlb</TypeLibraryName>
171 <PrecompiledHeaderOutputFile>.\x86\Debug/msgfmt.pch</PrecompiledHeaderOutputFile>
    [all...]
Makefile 12 TARGET=msgfmt
msgfmt.sln 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgfmt", "msgfmt.vcproj", "{5FF1D1A2-1630-446C-B6EA-93EFD4F975C3}"
main.cpp 8 #include "unicode/msgfmt.h"
  /external/icu4c/samples/msgfmt/answers/
main_0.cpp 8 #include "unicode/msgfmt.h"
main_1.cpp 8 #include "unicode/msgfmt.h"
main_2.cpp 8 #include "unicode/msgfmt.h"
main_3.cpp 8 #include "unicode/msgfmt.h"
  /external/bison/djgpp/
config.site 48 GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
49 MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
  /external/dnsmasq/
Makefile 28 MSGFMT = msgfmt
64 MSGMERGE=$(MSGMERGE) MSGFMT=$(MSGFMT) XGETTEXT=$(XGETTEXT) \
  /external/icu4c/test/intltest/
tmsgfmt.h 15 #include "unicode/msgfmt.h"
71 void internalFormat(MessageFormat* msgFmt ,
tmsgfmt.cpp 25 #include "unicode/msgfmt.h"
600 MessageFormat* msgFmt = new MessageFormat(t5, Locale("fr"), err);
604 delete msgFmt;
609 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);
617 delete msgFmt;
620 void TestMessageFormat::internalFormat(MessageFormat* msgFmt ,
629 msgFmt->format( args , numOfArgs , result, ignore, status);
645 MessageFormat* msgFmt = new MessageFormat(pattern, locale, status);
651 return msgFmt;
1562 MessageFormat *msgfmt = new MessageFormat(testformat, Locale("fr"), status); local
    [all...]
  /external/dnsmasq/bld/
Makefile 17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
  /external/bison/m4/
po_gl.m4 33 dnl Search for GNU msgfmt in the PATH.
34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
36 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
57 dnl Test whether we really found GNU msgfmt.
59 dnl If it is no GNU msgfmt we define it as : so that the
67 [found $GMSGFMT program is not GNU msgfmt; ignore it]
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
po.m4 33 dnl Search for GNU msgfmt in the PATH.
34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
36 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
57 dnl Test whether we really found GNU msgfmt.
59 dnl If it is no GNU msgfmt we define it as : so that the
67 [found $GMSGFMT program is not GNU msgfmt; ignore it]
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
po.m4 37 dnl Search for GNU msgfmt in the PATH.
38 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
39 dnl The second test excludes FreeBSD msgfmt.
40 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
44 AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
46 dnl Test whether it is GNU msgfmt >= 0.15.
48 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
50 *) MSGFMT_015=$MSGFMT ;;
    [all...]
  /external/elfutils/m4/
gettext.m4 339 dnl Search for GNU msgfmt in the PATH.
340 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
341 dnl The second test excludes FreeBSD msgfmt.
342 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
346 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
363 dnl Test whether we really found GNU msgfmt.
365 dnl If it is no GNU msgfmt we define it as : so that the
373 [found $GMSGFMT program is not GNU msgfmt; ignore it]
    [all...]
  /external/bluetooth/glib/m4macros/
glib-gettext.m4 202 GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
204 if test "$MSGFMT" != "no"; then
209 AC_MSG_CHECKING([if msgfmt accepts -c])
210 GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
222 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
  /external/icu4c/test/hdrtst/
cxxfiles.txt 51 msgfmt.h
  /external/elfutils/
config.log 191 configure:3250: checking for msgfmt
192 configure:3278: result: /usr/bin/msgfmt
194 configure:3318: result: /usr/bin/msgfmt
339 ac_cv_path_GMSGFMT=/usr/bin/msgfmt
340 ac_cv_path_MSGFMT=/usr/bin/msgfmt
402 GMSGFMT='/usr/bin/msgfmt'
422 MSGFMT='/usr/bin/msgfmt'
  /external/bluetooth/glib/po/
Makefile.in.in 43 MSGFMT = @MSGFMT@
79 $(MSGFMT) -o $@ $<
  /external/elfutils/config/
Makefile 77 GMSGFMT = /usr/bin/msgfmt
97 MSGFMT = /usr/bin/msgfmt
  /external/elfutils/doc/
Makefile 75 GMSGFMT = /usr/bin/msgfmt
95 MSGFMT = /usr/bin/msgfmt

Completed in 174 milliseconds

1 2 3 4 5 6