Searched refs:msgfmt (Results 1 – 25 of 35) sorted by relevance
12
/external/icu/icu4c/source/samples/msgfmt/ |
D | msgfmt.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgfmt", "msgfmt.vcxproj", "{5FF1D1A2-1630-446…
|
D | Makefile | 12 TARGET=msgfmt
|
D | README.TXT | 41 Open the file "msgfmt.sln" in Microsoft Visual C++.
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1726 MessageFormat *msgfmt = new MessageFormat(testformat, Locale("fr"), status); in testCoverage() local 1727 if (msgfmt == NULL || U_FAILURE(status)) { in testCoverage() 1731 if (!msgfmt->usesNamedArguments()) { in testCoverage() 1740 msgfmt->setFormat("set", cf, status); in testCoverage() 1742 StringEnumeration *en = msgfmt->getFormatNames(status); in testCoverage() 1765 msgfmt->adoptFormat("adopt", cfClone, status); in testCoverage() 1768 delete msgfmt; in testCoverage() 1770 msgfmt = new MessageFormat("'", status); in testCoverage() 1771 if (msgfmt == NULL || U_FAILURE(status)) { in testCoverage() 1775 if (msgfmt->usesNamedArguments()) { in testCoverage() [all …]
|
/external/libexif/auto-m4/ |
D | 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, 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])
|
/external/autotest/client/profilers/powertop/src/po/ |
D | Makefile | 8 msgfmt -o $@ $<
|
/external/selinux/policycoreutils/po/ |
D | Makefile | 21 MSGFMT = msgfmt 134 msgfmt -v --statistics -o /dev/null $$cat; \
|
D | Makefile.in | 33 GMSGFMT = PATH=../src:$$PATH /usr/bin/msgfmt 34 MSGFMT = /usr/bin/msgfmt
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | Makefile | 73 msgfmt -o $$mo $$lang.po; \
|
/external/bison/m4/ |
D | 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, 46 dnl Test whether it is GNU msgfmt >= 0.15.
|
/external/elfutils/m4/ |
D | 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, 46 dnl Test whether it is GNU msgfmt >= 0.15.
|
/external/dnsmasq/ |
D | Makefile | 28 MSGFMT = msgfmt
|
/external/icu/icu4c/source/samples/ |
D | Makefile.in | 23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
|
D | readme.txt | 23 msgfmt - demonstrates the use of the Message Format
|
/external/icu/icu4c/source/test/hdrtst/ |
D | cxxfiles.txt | 61 msgfmt.h
|
/external/icu/icu4c/source/i18n/ |
D | Android.mk | 120 msgfmt.cpp \
|
D | Makefile.in | 66 fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o decimalformatpattern.o dcfmtsym.o \
|
/external/icu/icu4c/source/samples/all/ |
D | all.sln | 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgfmt", "..\msgfmt\msgfmt.vcxproj", "{5FF1D1A…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1527 MessageFormat msgfmt = new MessageFormat("{0} - {1}"); in TestNullArgs() local 1538 String text = msgfmt.format(TEST_CASES[i][0]); in TestNullArgs()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1523 MessageFormat msgfmt = new MessageFormat("{0} - {1}"); in TestNullArgs() local 1534 String text = msgfmt.format(TEST_CASES[i][0]); in TestNullArgs()
|
/external/e2fsprogs/ |
D | aclocal.m4 | 1849 dnl Search for GNU msgfmt in the PATH. 1850 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 1851 dnl The second test excludes FreeBSD msgfmt. 1852 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, 1873 dnl Test whether we really found GNU msgfmt. 1875 dnl If it is no GNU msgfmt we define it as : so that the 1883 [found $GMSGFMT program is not GNU msgfmt; ignore it])
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 863 choicfmt.o msgfmt.o plurfmt.o selfmt.o umsg.o
|
/external/bison/djgpp/ |
D | config.bat | 449 test -x /dev/env/DJDIR/bin/msgfmt.exe
|
/external/skia/third_party/yasm/config/ios/ |
D | Makefile | 524 GMSGFMT = /opt/local/bin/msgfmt 525 GMSGFMT_015 = /opt/local/bin/msgfmt 548 MSGFMT = /opt/local/bin/msgfmt 549 MSGFMT_015 = /opt/local/bin/msgfmt
|
/external/skia/third_party/yasm/config/linux/ |
D | Makefile | 524 GMSGFMT = /usr/bin/msgfmt 525 GMSGFMT_015 = /usr/bin/msgfmt 548 MSGFMT = /usr/bin/msgfmt 549 MSGFMT_015 = /usr/bin/msgfmt
|
12