/external/bison/lib/ |
gnulib.mk | 21 # This is for those projects which use "gettextize --intl" to put a source-code 23 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory. 26 # This option has no effect when the user disables NLS (because then the intl 28 # "gettextize --intl". 29 # (commented out by bootstrap) AM_CPPFLAGS += -I$(top_builddir)/intl
|
/external/icu4c/test/intltest/ |
tsmthred.h | 37 * test that intl functions work in a multithreaded context
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
intl.h | 0 /* intl.h - internationalization 60 #endif /* intl.h */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
intl.h | 0 /* intl.h - internationalization 60 #endif /* intl.h */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
intl.h | 0 /* intl.h - internationalization 60 #endif /* intl.h */
|
/external/bison/m4/ |
gettext_gl.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 152 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 155 AC_LIB_LINKFLAGS_BODY([intl]) 212 dnl libintl. (Cf. the install rule in intl/Makefile.in. [all...] |
/ndk/sources/host-tools/sed-4.2.1/m4/ |
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 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...] |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 97 intlString = 'intl/' 105 from an intl/<lang>/... directory or fall through to the default language. 135 # Do some prep for handling intl requests. Parse the url and validate 136 # the intl/lang substring, extract the url lang code (urlLangName) and the 137 # the uri that follows the intl/lang substring(contentUri) 140 isIntl = len(sections) > 1 and (sections[0] == "intl") 150 # intl/nn substring. It will later be redirected to 152 # logging.info(' Handling a MISMATCHED intl request') 165 # in the intl/lang tree. Before going to 404, see if there is an 171 # handle the case where we need to pass through an invalid intl req [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
glib-gettextize.1 | |
glib-gettextize.xml | 30 <filename>intl/</filename> subdirectory and doesn't modify
|
/external/chromium/chrome/browser/chromeos/status/ |
input_method_menu_unittest.cc | 44 InputMethodDescriptor desc("xkb:us:altgr-intl:eng", "US extd", "us", "eng"); 48 InputMethodDescriptor desc("xkb:us:intl:eng", "US intl", "us", "eng"); 49 EXPECT_EQ(L"INTL", InputMethodMenu::GetTextForIndicator(desc));
|
/external/stlport/src/ |
monetary.cpp | 140 const bool moneypunct<char, true>::intl; member in class:moneypunct 141 const bool moneypunct<char, false>::intl; member in class:moneypunct 143 const bool moneypunct<wchar_t, true>::intl; member in class:moneypunct 144 const bool moneypunct<wchar_t, false>::intl; member in class:moneypunct
|
/ndk/sources/cxx-stl/stlport/src/ |
monetary.cpp | 140 const bool moneypunct<char, true>::intl; member in class:moneypunct 141 const bool moneypunct<char, false>::intl; member in class:moneypunct 143 const bool moneypunct<wchar_t, true>::intl; member in class:moneypunct 144 const bool moneypunct<wchar_t, false>::intl; member in class:moneypunct
|
/ndk/sources/host-tools/make-3.81/config/ |
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/stlport/test/unit/ |
alg_test.cpp | 248 list<int> intl; local 249 intl.push_front(1); 250 intl.push_front(2); 260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); 272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
|
/ndk/tests/device/test-gnustl-full/unit/ |
alg_test.cpp | 248 list<int> intl; local 249 intl.push_front(1); 250 intl.push_front(2); 260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); 272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
|
/ndk/tests/device/test-stlport/unit/ |
alg_test.cpp | 248 list<int> intl; local 249 intl.push_front(1); 250 intl.push_front(2); 260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end()); 272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
|
/external/elfutils/m4/ |
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 156 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) 159 AC_LIB_LINKFLAGS_BODY([intl]) 216 dnl libintl. (Cf. the install rule in intl/Makefile.in. [all...] |
/external/oprofile/m4/ |
binutils.m4 | 11 AC_CHECK_LIB(intl, main, LIBS="$LIBS -lintl"; INTL_LIB="-lintl", INTL_LIB="")
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/ |
libintl.a | 97 ? ?? ?? # k ?w #? ?! #1 ?w # ?? # ? } ?
r ? 1u 3 ? 1u 1? 1( ? e L ? f? , b g? ? ? h?
? j? A k! ? ! M ? K 9 H8 ? len ?( u`? ?? h w M <( H <( A S ( M 3( H 3( 3 \ 1 ? 8 + ? w k ? l 8 ? M ?( H ?( ? ?w P ? E }! ? f u M }( H }( h J k ?? 7 ? ? ?w k ? , M ?( H ?( ? M ?( H ?( ? 1 ??
\ ? ?w 6 ! M ?( H ?( ? jw P h T ? k? ? 1 l? ? ? _w p ? ? `? ? k a? ? Q ?! } / << $ ? D? ? ? ?
/tmp/android-build-bb7e003d31d08f72cabc269a652912b7/src/build/../binutils/binutils-2.20.1/intl |