Searched refs:msgfmt (Results 1 – 25 of 30) 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 | 15 TARGET=msgfmt
|
D | README.TXT | 44 Open the file "msgfmt.sln" in Microsoft Visual C++.
|
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1734 MessageFormat *msgfmt = new MessageFormat(testformat, Locale("fr"), status); in testCoverage() local 1735 if (msgfmt == NULL || U_FAILURE(status)) { in testCoverage() 1739 if (!msgfmt->usesNamedArguments()) { in testCoverage() 1748 msgfmt->setFormat("set", cf, status); in testCoverage() 1750 StringEnumeration *en = msgfmt->getFormatNames(status); in testCoverage() 1773 msgfmt->adoptFormat("adopt", cfClone, status); in testCoverage() 1776 delete msgfmt; in testCoverage() 1778 msgfmt = new MessageFormat("'", status); in testCoverage() 1779 if (msgfmt == NULL || U_FAILURE(status)) { in testCoverage() 1783 if (msgfmt->usesNamedArguments()) { in testCoverage() [all …]
|
/external/autotest/client/profilers/powertop/src/po/ |
D | Makefile | 8 msgfmt -o $@ $<
|
/external/selinux/policycoreutils/po/ |
D | Makefile | 22 MSGFMT = msgfmt 141 msgfmt -v --statistics -o /dev/null $$cat; \
|
/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/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 55 set SAMPLE_MSGFMT=%ICU_SAMPLESDIR%\msgfmt\%ICU_ARCH%\%ICU_DBRL%\msgfmt.exe 135 @set THT=msgfmt
|
D | all.sln | 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgfmt", "..\msgfmt\msgfmt.vcxproj", "{5FF1D1A…
|
/external/icu/icu4c/source/samples/ |
D | Makefile.in | 26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
|
D | readme.txt | 26 msgfmt - demonstrates the use of the Message Format
|
/external/python/cpython3/Tools/ |
D | README | 17 and msgfmt.py generates a binary message catalog
|
/external/python/cpython2/Tools/ |
D | README | 28 and msgfmt.py generates a binary message catalog
|
/external/icu/icu4c/source/i18n/ |
D | sources.txt | 94 msgfmt.cpp
|
/external/icu/tools/icu4c_srcgen/ |
D | cxxfiles.txt | 104 msgfmt.h
|
/external/python/cpython3/Doc/library/ |
D | gettext.rst | 538 :program:`pygettext.py` and :program:`msgfmt.py`; some Python distributions 544 --help``. :program:`msgfmt.py` is binary compatible with GNU 545 :program:`msgfmt`. With these two programs, you may not need the GNU 560 the :program:`msgfmt` program. The :file:`.mo` files are used by the
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc1.rst | 395 Implement plural forms in msgfmt.py.
|
D | 2.7.4rc1.rst | 3171 use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by
|
/external/python/cpython2/Doc/library/ |
D | gettext.rst | 565 :file:`.po` file. Using the :program:`msgfmt.py` [#]_ program (in the 762 .. [#] :program:`msgfmt.py` is binary compatible with GNU :program:`msgfmt` except that
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1563 MessageFormat msgfmt = new MessageFormat("{0} - {1}"); in TestNullArgs() local 1574 String text = msgfmt.format(TEST_CASES[i][0]); in TestNullArgs()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1566 MessageFormat msgfmt = new MessageFormat("{0} - {1}"); in TestNullArgs() local 1577 String text = msgfmt.format(TEST_CASES[i][0]); in TestNullArgs()
|
/external/skia/third_party/icu/ |
D | icu.gni | 551 "$_src/i18n/msgfmt.cpp", 778 "$_src/i18n/unicode/msgfmt.h",
|
/external/e2fsprogs/ |
D | aclocal.m4 | 3112 dnl Search for GNU msgfmt in the PATH. 3113 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. 3114 dnl The second test excludes FreeBSD msgfmt. 3115 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, 3121 dnl Test whether it is GNU msgfmt >= 0.15.
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 1075 choicfmt.o msgfmt.o plurfmt.o selfmt.o umsg.o
|
/external/skqp/third_party/icu/ |
D | icu.gni | 456 "../externals/icu/source/i18n/msgfmt.cpp",
|
12