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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/icu/source/i18n/
msgfmt_impl.h 7 * File MSGFMT.H
19 #include "unicode/msgfmt.h"
  /external/icu4c/i18n/
msgfmt_impl.h 7 * File MSGFMT.H
19 #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/icu4c/samples/msgfmt/
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.vcxproj", "{5FF1D1A2-1630-446C-B6EA-93EFD4F975C3}"
main.cpp 8 #include "unicode/msgfmt.h"
  /external/bison/djgpp/
config.site 47 GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
48 MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
  /external/dnsmasq/
Makefile 28 MSGFMT = msgfmt
64 MSGMERGE=$(MSGMERGE) MSGFMT=$(MSGFMT) XGETTEXT=$(XGETTEXT) \
  /external/chromium_org/third_party/icu/patches/
static.analysis.patch 1 Index: source/i18n/msgfmt.cpp
3 --- source/i18n/msgfmt.cpp (revision 83674)
4 +++ source/i18n/msgfmt.cpp (working copy)
  /external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
tmsgfmt.h 15 #include "unicode/msgfmt.h"
73 void internalFormat(MessageFormat* msgFmt ,
tmsgfmt.cpp 26 #include "unicode/msgfmt.h"
609 MessageFormat* msgFmt = new MessageFormat(t5, Locale("fr"), err);
613 delete msgFmt;
618 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err);
626 delete msgFmt;
631 MessageFormat msgFmt(UNICODE_STRING_SIMPLE(
642 &msgFmt, args, 2, expected,
646 void TestMessageFormat::internalFormat(MessageFormat* msgFmt ,
655 msgFmt->format( args , numOfArgs , result, ignore, status);
671 MessageFormat* msgFmt = new MessageFormat(pattern, locale, status)
1728 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.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/chromium_org/third_party/yasm/source/patched-yasm/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/
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)
42 dnl Test whether it is GNU msgfmt >= 0.15.
44 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
46 *) MSGFMT_015=$MSGFMT ;;
    [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/chromium_org/third_party/icu/source/test/hdrtst/
cxxfiles.txt 51 msgfmt.h
  /external/icu4c/test/hdrtst/
cxxfiles.txt 60 msgfmt.h

Completed in 581 milliseconds

1 2 3 4 5 6 7