/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/ |
D | types.pass.cpp | 44 test(std::moneypunct<char, false>::intl); in main() 45 test(std::moneypunct<char, true>::intl); in main() 46 test(std::moneypunct<wchar_t, false>::intl); in main() 47 test(std::moneypunct<wchar_t, true>::intl); in main()
|
/external/e2fsprogs/ |
D | .gitignore | 58 intl/charset.alias 59 intl/libgnuintl.h 60 intl/libintl.a 61 intl/libintl.h 62 intl/ref-add.sed 63 intl/ref-del.sed
|
D | ABOUT-NLS | 20 When reporting bugs in the `intl/' directory or bugs which may be 23 `intl/VERSION' file, in internationalized packages. 60 package, usually in the `intl/' subdirectory, so prior installation of 77 if the file `intl/VERSION' shows that the library which comes with this
|
D | Makefile.in | 18 …=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) lib/ext2fs intl
|
D | configure.ac | 1415 dnl Only include the intl include files if we're building with them 1422 INCLUDES=$INCLUDES' -I$(top_builddir)/intl -I$(top_srcdir)/intl' 1471 resize/Makefile doc/Makefile intl/Makefile \ 1472 intl/libgnuintl.h po/Makefile.in ; do
|
D | aclocal.m4 | 269 dnl INTLSYMBOL should be 'external' for packages with no intl directory, 270 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. 272 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, 275 dnl $(top_builddir)/intl/libintl.a will be created. 281 dnl INTLDIR is used to find the intl libraries. If empty, 282 dnl the value '$(top_builddir)/intl/' is used. 285 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 425 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 428 AC_LIB_LINKFLAGS_BODY([intl]) 485 dnl libintl. (Cf. the install rule in intl/Makefile.in.) [all …]
|
D | configure | 10846 names_next_round='intl ' 11054 if test "$name" = 'intl'; then 11061 if test "$name" = 'intl'; then 13822 INCLUDES=$INCLUDES' -I$(top_builddir)/intl -I$(top_srcdir)/intl'
|
/external/elfutils/m4/ |
D | gettext.m4 | 25 dnl INTLSYMBOL should be 'external' for packages with no intl directory, 26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. 28 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, 31 dnl $(top_builddir)/intl/libintl.a will be created. 37 dnl INTLDIR is used to find the intl libraries. If empty, 38 dnl the value '$(top_builddir)/intl/' is used. 41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 181 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 184 AC_LIB_LINKFLAGS_BODY([intl]) 241 dnl libintl. (Cf. the install rule in intl/Makefile.in.) [all …]
|
/external/bison/m4/ |
D | gettext.m4 | 25 dnl INTLSYMBOL should be 'external' for packages with no intl directory, 26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. 28 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, 31 dnl $(top_builddir)/intl/libintl.a will be created. 37 dnl INTLDIR is used to find the intl libraries. If empty, 38 dnl the value '$(top_builddir)/intl/' is used. 41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 181 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 184 AC_LIB_LINKFLAGS_BODY([intl]) 241 dnl libintl. (Cf. the install rule in intl/Makefile.in.) [all …]
|
D | gnulib-comp.m4 | 1191 m4/intl.m4
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 27 dnl INTLSYMBOL should be 'external' for packages with no intl directory, 28 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. 30 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, 33 dnl $(top_builddir)/intl/libintl.a will be created. 39 dnl INTLDIR is used to find the intl libraries. If empty, 40 dnl the value `$(top_builddir)/intl/' is used. 43 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled 151 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 154 AC_LIB_LINKFLAGS_BODY([intl]) 211 dnl libintl. (Cf. the install rule in intl/Makefile.in.) [all …]
|
/external/v8/gypfiles/ |
D | all.gyp | 39 '../test/intl/intl.gyp:*',
|
/external/e2fsprogs/intl/ |
D | Makefile.in | 37 gettextsrcdir = $(datadir)/gettext/intl 39 subdir = intl
|
/external/v8/tools/ |
D | android-sync.sh | 106 sync_dir test/intl
|
/external/libexif/m4m/ |
D | gp-gettext-hack.m4 | 63 AM_CFLAGS="${AM_CFLAGS} -I\$(top_srcdir)/intl"
|
/external/libexif/ |
D | ABOUT-NLS | 20 When reporting bugs in the `intl/' directory or bugs which may be 23 `intl/VERSION' file, in internationalized packages. 60 package, usually in the `intl/' subdirectory, so prior installation of 77 if the file `intl/VERSION' shows that the library which comes with this
|
D | ChangeLog | 1107 - add intl/ to include path only if building the included 1223 * Makefile.am: Add intl 1224 * configure.in: Add intl/Makefile. Now "make distcheck" works. 1654 po and intl not being in SUBDIRS 1700 * Makefile.am: Add m4 and intl to SUBDIRS. automake complains
|
/external/elfutils/ |
D | ABOUT-NLS | 21 When reporting bugs in the `intl/' directory or bugs which may be 24 `intl/VERSION' file, in internationalized packages. 61 within this package, usually in the `intl/' subdirectory, so prior 78 `intl/VERSION' shows that the library which comes with this package is
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 3117 boolean intl = i < affixPat.length() && affixPat.charAt(i) == CURRENCY_SIGN; in compareComplexAffix() 3118 if (intl) { in compareComplexAffix() 3124 intl = false; in compareComplexAffix() 4218 boolean intl = i < pattern.length() && pattern.charAt(i) == CURRENCY_SIGN; 4220 if (intl) { 4224 intl = false; 4237 } else if (!intl) { 4243 s = intl ? symbols.getInternationalCurrencySymbol() :
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 3103 boolean intl = i < affixPat.length() && affixPat.charAt(i) == CURRENCY_SIGN; in compareComplexAffix() 3104 if (intl) { in compareComplexAffix() 3110 intl = false; in compareComplexAffix() 4153 boolean intl = i < pattern.length() && pattern.charAt(i) == CURRENCY_SIGN; 4155 if (intl) { 4159 intl = false; 4172 } else if (!intl) { 4178 s = intl ? symbols.getInternationalCurrencySymbol() :
|
/external/bison/ |
D | ABOUT-NLS | 21 When reporting bugs in the `intl/' directory or bugs which may be 24 `intl/VERSION' file, in internationalized packages. 61 within this package, usually in the `intl/' subdirectory, so prior 78 `intl/VERSION' shows that the library which comes with this package is
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 2154 UBool intl = i<affixPat.length() && in compareComplexAffix() local 2156 if (intl) { in compareComplexAffix() 2163 intl = FALSE; in compareComplexAffix() 2983 const UnicodeString &intl = in getEffectiveCurrency() local 2985 c = intl.getBuffer(); // ok for intl to go out of scope in getEffectiveCurrency()
|
/external/libcxx/include/ |
D | iomanip | 26 template <class moneyT> T7 get_money(moneyT& mon, bool intl = false); 27 template <class charT, class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
|
/external/bison/lib/ |
D | gnulib.mk | 527 AM_CPPFLAGS += -I$(top_builddir)/intl
|
/external/libcxx/src/ |
D | locale.cpp | 5459 bool intl, char cs_precedes, char sep_by_space, char sign_posn, in __init_pat() argument 5467 const bool symbol_contains_sep = intl && __curr_symbol_.size() == 4; in __init_pat()
|