/external/bison/lib/ |
hard-locale.c | 44 char const *p = setlocale (category, NULL); 61 if (((p = setlocale (category, "C")) 63 || ((p = setlocale (category, "POSIX")) 68 setlocale (category, locale);
|
main.c | 28 # define setlocale(Category, Locale) macro 36 setlocale (LC_ALL, "");
|
/external/e2fsprogs/misc/ |
uuidgen.c | 44 setlocale(LC_MESSAGES, ""); 45 setlocale(LC_CTYPE, "");
|
mklost+found.c | 40 setlocale(LC_MESSAGES, ""); 41 setlocale(LC_CTYPE, "");
|
partinfo.c | 39 setlocale(LC_MESSAGES, ""); 40 setlocale(LC_CTYPE, "");
|
lsattr.c | 160 setlocale(LC_MESSAGES, ""); 161 setlocale(LC_CTYPE, "");
|
/external/bluetooth/glib/tests/ |
unicode-caseconv.c | 21 char *current_locale = setlocale (LC_CTYPE, NULL); 49 setlocale (LC_CTYPE, locale); 50 current_locale = setlocale (LC_CTYPE, NULL);
|
/external/stlport/stlport/stl/ |
_clocale.h | 36 using _STLP_VENDOR_CSTD::setlocale;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLocaleUtilsTest.java | 99 mContactLocaleUtils.setLocale(Locale.ENGLISH); 104 mContactLocaleUtils.setLocale(Locale.CHINESE); 112 mContactLocaleUtils.setLocale(Locale.ENGLISH); 118 mContactLocaleUtils.setLocale(Locale.CHINESE);
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
MockParser.java | 64 public void setLocale(Locale locale) throws SAXException { 65 logger.add("setLocale", locale);
|
DoNothingParser.java | 52 public void setLocale(Locale locale) {
|
NoAccessParser.java | 52 public void setLocale(Locale locale) {
|
NoInstanceParser.java | 55 public void setLocale(Locale locale) {
|
NoSubclassParser.java | 51 public void setLocale(Locale locale) {
|
/frameworks/base/include/media/ |
mediascanner.h | 45 void setLocale(const char *locale); 71 void setLocale(const char* locale);
|
/bionic/libc/stdlib/ |
locale.c | 30 char* setlocale (int category, char const *locale) function
|
/external/dbus/dbus/ |
dbus-test-main.c | 38 setlocale(LC_ALL, "");
|
/external/webkit/JavaScriptCore/icu/unicode/ |
putil.h | 91 * This function can call setlocale() on Unix platforms. Please read the 92 * platform documentation on setlocale() before calling this function. 102 * This function can call setlocale() on Unix platforms. Please read the 103 * platform documentation on setlocale() before calling this function.
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
putil.h | 91 * This function can call setlocale() on Unix platforms. Please read the 92 * platform documentation on setlocale() before calling this function. 102 * This function can call setlocale() on Unix platforms. Please read the 103 * platform documentation on setlocale() before calling this function.
|
/external/webkit/WebCore/icu/unicode/ |
putil.h | 91 * This function can call setlocale() on Unix platforms. Please read the 92 * platform documentation on setlocale() before calling this function. 102 * This function can call setlocale() on Unix platforms. Please read the 103 * platform documentation on setlocale() before calling this function.
|
/external/webkit/WebCore/platform/gtk/ |
Language.cpp | 38 char* localeDefault = setlocale(LC_CTYPE, NULL);
|
/external/webkit/WebKit/mac/icu/unicode/ |
putil.h | 91 * This function can call setlocale() on Unix platforms. Please read the 92 * platform documentation on setlocale() before calling this function. 102 * This function can call setlocale() on Unix platforms. Please read the 103 * platform documentation on setlocale() before calling this function.
|
/frameworks/base/awt/java/awt/im/spi/ |
InputMethod.java | 65 public boolean setLocale(Locale locale);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
intl.h | 26 # define setlocale(category, locale) (locale) macro
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAX1ParserAdapter.java | 83 public void setLocale(java.util.Locale locale) 89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method");
|