/external/bluetooth/glib/glib/ |
gunicode.h | 213 * in case the locale's charset will be changed later using setlocale()
|
gconvert.c | 1084 * system) in the <link linkend="setlocale">current locale</link> into a 1125 * system) in the <link linkend="setlocale">current locale</link>. On 1182 * mean the character set for the <link linkend="setlocale">current [all...] |
/external/icu4c/i18n/ |
currpinf.cpp | 202 CurrencyPluralInfo::setLocale(const Locale& loc, UErrorCode& status) {
|
winnmfmt.cpp | 270 // vswprintf is sensitive to the locale set by setlocale. For some locales
|
plurfmt.cpp | 378 PluralFormat::setLocale(const Locale& loc, UErrorCode& status) {
|
choicfmt.cpp | 242 Using setlocale on some machines will cause sprintf to use a comma for certain locales. 249 In case someone used setlocale(), which changes the decimal point. */
|
umsg.cpp | 278 ((MessageFormat*)fmt)->setLocale(Locale(locale));
|
/external/icu4c/test/intltest/ |
tmsgfmt.cpp | 723 y.setLocale(Locale("fr")); 781 msg.setLocale(Locale::getEnglish()); 788 msg.setLocale(Locale::getGerman()); 808 logln("MSG setLocale tested."); 810 dataerrln( "*** MSG setLocale err. - %s", u_errorName(err)); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 135 // public void setLocale(Locale locale)
|
/external/oprofile/libpopt/ |
config.h | 157 /* Define to 1 if you have the `setlocale' function. */
|
/frameworks/base/include/utils/ |
AssetManager.h | 106 void setLocale(const char* locale);
|
/external/e2fsprogs/misc/ |
badblocks.c | 843 setlocale(LC_MESSAGES, ""); 844 setlocale(LC_CTYPE, "");
|
tune2fs.c | 891 setlocale(LC_MESSAGES, ""); 892 setlocale(LC_CTYPE, "");
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 670 if (setlocale(LC_ALL, opt_locale) == 0) { 671 fprintf(stderr, "setlocale(LC_ALL, %s) failed.\n", opt_locale);
|
/external/icu4c/tools/tzcode/ |
zdump.c | 111 #include "locale.h" /* for setlocale */ 305 (void) setlocale(LC_ALL, "");
|
/frameworks/base/awt/javax/imageio/ |
ImageWriter.java | 936 public void setLocale(Locale locale) { 965 setLocale(null);
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 470 p = setlocale(LC_ALL, NULL); 489 setlocale(LC_ALL, ""); 501 setlocale(LC_ALL, old_locale); [all...] |
/development/simulator/app/ |
MyApp.cpp | 166 // mpAssetManager->setLocale(xxx);
|
/external/bison/ |
config.h | 191 /* Define to 1 if you have the `setlocale' function. */
|
config.hin | 190 /* Define to 1 if you have the `setlocale' function. */
|
/external/bluetooth/glib/tests/ |
date-test.c | 106 loc = setlocale(LC_ALL,"");
|
testgdate.c | 113 loc = setlocale(LC_ALL,"");
|
/external/stlport/src/ |
c_locale.h | 146 * be passed to setlocale. __buf points to an array large enough to
|
locale.cpp | 422 setlocale(LC_ALL, L.name().c_str());
|