Home
last modified time | relevance | path

Searched refs:intl (Results 1 – 25 of 46) sorted by relevance

12

/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
Dtypes.pass.cpp44 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/chromium_org/chromeos/ime/
Dinput_methods.txt19 # 4) The indicator string (ex. INTL for xkb:us:intl:eng). This string will be
47 xkb:us:intl:eng us(intl) en,en-US INTL login
48 xkb:us:altgr-intl:eng us(altgr-intl) en,en-US EXTD login
51 xkb:us:intl:nld us(intl) nl INTL login
52 xkb:us:intl:por us(intl) pt-BR INTL login
57 # U.S. English entiries have to be above the Dutch entry so that xkb:us:intl:eng
/external/stlport/src/
Dmonetary.cpp140 const bool moneypunct<char, true>::intl; member in moneypunct<char, true>
141 const bool moneypunct<char, false>::intl; member in moneypunct<char, false>
143 const bool moneypunct<wchar_t, true>::intl; member in moneypunct<wchar_t, true>
144 const bool moneypunct<wchar_t, false>::intl; member in moneypunct<wchar_t, false>
/external/stlport/test/unit/
Dalg_test.cpp248 list<int> intl; in find_first_of_test() local
249 intl.push_front(1); in find_first_of_test()
250 intl.push_front(2); in find_first_of_test()
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); in find_first_of_test()
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); in find_first_of_test()
/external/elfutils/0.153/m4/
Dgettext.m425 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
173 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
176 AC_LIB_LINKFLAGS_BODY([intl])
221 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dgettext.m425 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
173 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
176 AC_LIB_LINKFLAGS_BODY([intl])
221 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
[all …]
/external/bison/m4/
Dgettext.m425 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/libexif/auto-m4/
Dgettext.m427 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/e2fsprogs/intl/
DMakefile.in37 gettextsrcdir = $(datadir)/gettext/intl
39 subdir = intl
/external/stlport/stlport/stl/
D_monetary.h103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
/external/chromium_org/v8/tools/
Dandroid-sync.sh103 sync_dir test/intl
/external/oprofile/m4/
Dbinutils.m411 AC_CHECK_LIB(intl, main, LIBS="$LIBS -lintl"; INTL_LIB="-lintl", INTL_LIB="")
/external/libexif/m4m/
Dgp-gettext-hack.m463 AM_CFLAGS="${AM_CFLAGS} -I\$(top_srcdir)/intl"
/external/e2fsprogs/
DABOUT-NLS20 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
DMakefile.in18 …RS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl
Daclocal.m450 dnl INTLSYMBOL should be 'external' for packages with no intl directory,
51 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
53 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
56 dnl $(top_builddir)/intl/libintl.a will be created.
62 dnl INTLDIR is used to find the intl libraries. If empty,
63 dnl the value `$(top_builddir)/intl/' is used.
66 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
174 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
177 AC_LIB_LINKFLAGS_BODY([intl])
234 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
[all …]
Dconfigure.in1269 dnl Only include the intl include files if we're building with them
1276 INCLUDES=$INCLUDES' -I$(top_builddir)/intl -I$(top_srcdir)/intl'
1309 resize/Makefile doc/Makefile intl/Makefile \
1310 intl/libgnuintl.h po/Makefile.in ; do
/external/chromium_org/chrome/common/extensions/docs/static/sass/
D_pillar.scss139 …hing HTML) was modified from what's on chrome.com: https://www.google.com/intl/en/chrome/devices/f…
/external/libexif/
DABOUT-NLS20 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
/external/elfutils/0.153/
DABOUT-NLS21 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/chromium_org/third_party/yasm/source/patched-yasm/
DABOUT-NLS21 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/
Ddecimfmt.cpp3403 UBool intl = i<affixPat.length() &&
3405 if (intl) {
3412 intl = FALSE;
4273 UBool intl = i<pattern.length() &&
4276 if (intl) {
4281 intl = FALSE;
4303 } else if(intl) {
4365 if(intl) {
5199 const UnicodeString &intl =
5201 c = intl.getBuffer(); // ok for intl to go out of scope
/external/bison/
DABOUT-NLS21 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/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp3314 UBool intl = i<affixPat.length() && in compareComplexAffix() local
3316 if (intl) { in compareComplexAffix()
3323 intl = FALSE; in compareComplexAffix()
4184 UBool intl = i<pattern.length() && in expandAffix() local
4187 if (intl) { in expandAffix()
4192 intl = FALSE; in expandAffix()
4214 } else if(intl) { in expandAffix()
4276 if(intl) { in expandAffix()
5629 const UnicodeString &intl = in getEffectiveCurrency() local
5631 c = intl.getBuffer(); // ok for intl to go out of scope in getEffectiveCurrency()
/external/libcxx/include/
Diomanip26 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);

12